Get records from a specific month using SQLite
Posted
by soren121
on Stack Overflow
See other posts from Stack Overflow
or by soren121
Published on 2010-03-20T23:26:17Z
Indexed on
2010/03/20
23:31 UTC
Read the original article
Hit count: 150
How would I write a SQLite query to select all records from a specific month?
My dates are stored as Unix timestamps. PHP code is allowed in your solution if it's required. SQLite2-compatible queries only, please. :)
© Stack Overflow or respective owner