Thanks a lot Scott.
How about the size of columns which have the date as a format vs. the columns 
which have INTEGER format.
Which one of them need more space.
Thanks,
Joanne



----- Original Message ----
From: Scott Baker <[EMAIL PROTECTED]>
To: General Discussion of SQLite Database <sqlite-users@sqlite.org>
Sent: Friday, May 16, 2008 10:12:54 AM
Subject: Re: [sqlite] Timestamp DataType

Joanne Pham wrote:
> Hi All,
> As mentioned in the document of SQLite the list below is all the datatype of 
> SQLite.
> How about Timestamp  fromat? Can we havethe column's datatype as Timestamp .

Datatypes aren't strictly enforced like other databases. If you insert the 
date as a format SQLite recognizes you can use all the date functions. See 
the documentation:

http://www.sqlite.org/cvstrac/wiki?p=DateAndTimeFunctions

-- 
Scott Baker - Canby Telcom
RHCE - System Administrator - 503.266.8253
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users



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

Reply via email to