Schroeder, Alexander schrieb:

If you didn't specified a DEFAULT value, the columns have possibly a NULL value.

So SELECT * FROM T WHERE F IS NULL will select the rows,
and UPDATE T SET F = FALSE WHERE F IS NULL will do the update for a table T and a field F.



Thanks for the answer 'is' was the keyword i was missing....

Andreas


-- MaxDB Discussion Mailing List For list archives: http://lists.mysql.com/maxdb To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]



Reply via email to