Re: Finding Empty Records

2004-05-09 Thread Egor Egorov
Grant Cooper [EMAIL PROTECTED] wrote: I am trying to find all my empty records. I am looking for NULLs and Empty strings but is there a simple way to just as this? I thought MySql may have something built in. SELECT .. FROM table WHERE column IS NULL or column = '';

Finding Empty Records

2004-05-08 Thread Grant Cooper
I am trying to find all my empty records. I am looking for NULLs and Empty strings but is there a simple way to just as this? I thought MySql may have something built in. -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: