MySQL: show items added 3 days ago

May 02, 2014 11:05


Originally published at Moishe Beshkin. You can comment here or there.

Just to remember how to show items added 3 days ago SELECT * FROM `table` WHERE DATE(`datetime`) < SUBDATE(NOW(),3)

issues and resolutions

Previous post Next post
Up