On 8-1-2020 12:15, R Smith 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?
(from: https://sqlite.org/changes.html )
2001-10-02 (2.0.1)
1. ....
2. ...
3. Extend the expression syntax to support "expr NOT NULL" (with a
space between the "NOT" and the "NULL") in addition to "expr
NOTNULL" (with no space).
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users