palmer ristevski <[EMAIL PROTECTED]> wrote: > At first I thought that LTRIM you were refering to VB6, > but then I noticed this is in a Create Table statement which then > implied to me SQL stuff. > I did a search and found that LTRIM is also a SQLite > function/expression. Now is the expression 'check' also some > predefined function in SQLite. > Can you direct me to some resource on the web for this.
http://sqlite.org/ http://sqlite.org/docs.html http://sqlite.org/lang.html Specifically, this is documentation on CREATE TABLE as implemented by SQLite: http://sqlite.org/lang_createtable.html Note the CHECK constraint. Here's the list of built-in functions supported by SQLite: http://sqlite.org/lang_corefunc.html Igor Tandetnik _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users