MySQL Forums
Forum List  »  Newbie

select * from list where number (????????????)
Posted by: Marco Branco
Date: June 03, 2005 08:54AM

Hi.

i need to select the persons that have the field NULL

i have tried this

select * from List where code = NULL;

but didn't work, it returns 0 (zero) records.

Please help me

Thank's in advance

MB

Options: ReplyQuote


Subject
Written By
Posted
select * from list where number (????????????)
June 03, 2005 08:54AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.