Right now I'm using:
MONTH(timestamp) = '7'AND YEAR(timestamp) = '2013'
To select by date but I've been told this is a very inefficient way of going about it, especially with a large amount of data. What is a faster way of obtaining the same results?
Thanks.