How to write the query in mysql where i pass a date variable, it can list down all the date within that week.
etc. if i pass date = 6-12-2016, the query will print:
date
4-12-2016
5-12-2016
6-12-2016
7-12-2016
8-12-2016
9-12-2016
10-12-2016