alecks Posted October 8, 2007 Share Posted October 8, 2007 How do I query the database to select all the data from say, March 2007? There is a "date" column Thanks Link to comment https://forums.phpfreaks.com/topic/72359-selecting-rows-between-dates-years-and-months/ Share on other sites More sharing options...
roopurt18 Posted October 8, 2007 Share Posted October 8, 2007 SELECT * FROM tbl WHERE dateCol >= '2007-05-01' Link to comment https://forums.phpfreaks.com/topic/72359-selecting-rows-between-dates-years-and-months/#findComment-364925 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.