I have a field subject that I do not want to be empty. That means it should
not be NULL and it should not contain ''. At the moment I do it like this:
    subject    TEXT NOT NULL subject <> ''),

Is there a better way?

-- 
Cecil Westerhof
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to