On 20 May 2013, at 4:33am, Stephen Chrzanowski <[email protected]> wrote:
> CREATE TABLE [tApplicationPaths] (
> [AppID] INTEGER PRIMARY KEY,
> [ApplicationName] CHAR,
> [ApplicationMonitorPath] CHAR,
> [SearchSubDirs] BOOL DEFAULT 1,
> [SearchMask] CHAR DEFAULT 8*8);
Hmm. I wonder if there's a difference between
DEFAULT date('now')
and
DEFAULT (date('now'))
Simon.
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users