Zsbán Ambrus wrote:
> CREATE TABLE tab(amt DEFAULT (max(1)));

SQLite also accepts parameters:

  CREATE TABLE t(x DEFAULT(?));

(Other places like CHECK constraints do check for this, so this appears
to be an oversight.)


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

Reply via email to