Thursday, March 31, 2016

MySQL select on date range

Using date ranges in mysql...
 
select * from sale where date_begin between '2016-08-01' AND '2016-08-31';

No comments:

Post a Comment