How do I get records from the database for a particular interval?
Posted
by Vishal
on Stack Overflow
See other posts from Stack Overflow
or by Vishal
Published on 2010-03-19T20:51:47Z
Indexed on
2010/03/19
21:01 UTC
Read the original article
Hit count: 121
My table has records for every minute (for instance the column name is date), now I want to fetch records with an interval of 5 minutes!
Can it be done at database level?
I am using Django with MySQL
© Stack Overflow or respective owner