On 6/25/2011 12:33 PM, [email protected] wrote: > Hello, > > How do I check for a null or empty string in SQLite.
In addition to the other replies you have received, you need to be made aware that an empty string and a NULL are very different, and (perhaps) both have to be checked for, depending on how the data gor into the table. Gerry _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

