NULL Values=, <, <>, cannot be used.
IS NULL and IS NOT NULL operators instead.
column_name IS NOT NULL instead of column_name <> NULL.
NULL values are presented first if ORDER BY ... ASC and last if ORDER BY ... DESC.
How does MySQL handle pattern matching?
© 2007 John Michael Pierobon