SomeoneE1se Posted January 19, 2008 Posted January 19, 2008 What's the best practice to "SELECT * FROM `table` WHERE `date` <= 'one month ago' " Quote
jollyrancher82 Posted January 19, 2008 Posted January 19, 2008 Storing the date as an epoch number is best, then using date() and time() is probably best to worked out what you need. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.