On 1/8/20, R Smith <[email protected]> wrote: > I find the keyword NOTNULL listed among known SQLite keywords - > no. 88 on this page: https://sqlite.org/lang_keywords.html > > But cannot find a single mention of it or place to use it in SQLite, nor > get any hit on the sqlite.org search except in reference to the above list. > > 1. What is it for? > > 2. Does it have/need any documentation?
NOTNULL is a postgresql-ism. It is equivalent to IS NOT NULL. -- D. Richard Hipp [email protected] _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

