"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 = ''; http://dev.mysql.com/doc/mysql/en/Working_with_NULL.html -- For technical support contracts, goto https://order.mysql.com/?ref=ensita This email is sponsored by Ensita.net http://www.ensita.net/ __ ___ ___ ____ __ / |/ /_ __/ __/ __ \/ / Egor Egorov / /|_/ / // /\ \/ /_/ / /__ [EMAIL PROTECTED] /_/ /_/\_, /___/\___\_\___/ MySQL AB / Ensita.net <___/ www.mysql.com -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]