Cezary is correct, NULL is not equal to NULL, though NULL is NULL.
sqlite> select NULL IS NULL; 1 sqlite> select NULL = NULL; sqlite> e _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

