Marc Perkel wrote: > Technically null <> "" just like null <> 0 >
No, as "<>" isn't an operator you can use with NULL values. You say "IS NULL" or "IS NOT NULL", any other comparison is meaningless. -- Martin A. Brooks | http://www.antibodymx.net/ | Anti-spam & anti-virus Consultant | e: [EMAIL PROTECTED] | filtering. Inoculate antibodymx.net | m: +447896578023 | your mail system. -- ## List details at http://www.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://www.exim.org/eximwiki/
