> SELECT * from some_table WHERE some_field IS NULL;
> 
> 
> Andrey Hristov
> -- 
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: 
> [EMAIL PROTECTED]

Thanks for correcting my misspelling, Andrey, "IS NULL" not "IS_NULL".
Another thing to look at, Ben, is IFNULL(). I would give you an example, but
I never got it to work like I thought it should ;) I think it is supposed to
return an alternate value for NULLs.

Kirk

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to