newphpcoder Posted April 26, 2012 Share Posted April 26, 2012 Hi.. I just want to know what would be the query if I just want to select date is the first 3 months. for example. I have month in dates sampe: ETD = April, May, June, July, August. And now I just want to select is the first 3 months and its (April, May, June). Thank you Link to comment https://forums.phpfreaks.com/topic/261621-select-only-date-where-belong-to-three-months/ Share on other sites More sharing options...
requinix Posted April 26, 2012 Share Posted April 26, 2012 ORDER BY the month thing LIMIT 3. Basically. Link to comment https://forums.phpfreaks.com/topic/261621-select-only-date-where-belong-to-three-months/#findComment-1340599 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.