On Mar 16, 2009, at 6:02 PM, Wolfgang Enzinger wrote:
>
>> Were you looking for something beyond the documentation under "CREATE
>> TABLE"?
>>
>> Column constraints:
>>     http://www.sqlite.org/syntaxdiagrams.html#column-constraint
>>
>> Table constraints:
>>     http://www.sqlite.org/syntaxdiagrams.html#table-constraint
>
> Well, all that these docs are saying concerning CHECK constraints is:
> "CHECK(expr)". So I looked up "expr" and there is indeed a lot of  
> useful
> information, but I didn't see the typeof() function mentioned, for
> instance. Actually I wonder how to find out about this useful  
> function....

http://www.sqlite.org/lang_corefunc.html#typeof


D. Richard Hipp
d...@hwaci.com



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

Reply via email to