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

Reply via email to