Cory Nelson <[EMAIL PROTECTED]> writes:
> create table t_foo(bar real);
> insert into t_foo values(julianday('2005-07-01'));Is there any advantage to this compared to storing dates as strings in (for instance) ISO8601 format? /Johan
Cory Nelson <[EMAIL PROTECTED]> writes:
> create table t_foo(bar real);
> insert into t_foo values(julianday('2005-07-01'));Is there any advantage to this compared to storing dates as strings in (for instance) ISO8601 format? /Johan