Hi everybody.

I got a really weird behaviour from Mysql, while doing some select and
update queries.

I made a select, something like:

SELECT Something FROM .... WHERE....

and the result was not empty. But when I tried to make an update:

UPDATE......WHERE , with THE SAME WHERE clause, result was empty.

I'm sure that it's not reguarding permissions, and rows were not updated
yet, that is UPDATE returned:
Matching rows = 0
Updated rows = 0.

A MATCH() search was used in the queries.

Does anybody have ideas.

Thanks

Daniele




---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to