Hello Every One.
I have created a SQLite database with a table containing 10 colomns. One of the columns is date. I want to search the database using :
"SELECT * FROM Mydatabe WHERE date BETWEEN 01/01/2008 AND 01/01/2009" , but the search failed.
Could any one please help me with the syntax for date copare in SQLite.

Reply With Quote