D. Richard Hipp wrote:
>
> CREATE TABLE whatever(
> ....
> timestamp DATE DEFAULT (datetime('now','localtime')),
> ...
> );
> Really? I can do that? Great! Thanks! -- View this message in context: http://www.nabble.com/CURRENT_DATE-Behavior-tp20075044p20082173.html Sent from the SQLite mailing list archive at Nabble.com. _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

