How to insert date in sqlite through java.
Posted
by dimitar
on Stack Overflow
See other posts from Stack Overflow
or by dimitar
Published on 2010-05-21T10:36:45Z
Indexed on
2010/05/21
10:40 UTC
Read the original article
Hit count: 289
Hello guys, I want to make a database that will hold a date in it(SQLite). Now first to ask is what is the right syntax to declare a date column. The second i want to know is how to insert date in it after that. And the third thing i want to know is how to select dates between, for example to select all rows which contain date between 01/05/2010 and 05/06/2010.
Thank you
© Stack Overflow or respective owner