Как мне объявить таблицы в monthlywise
I have start date and end date and i want return the data by monthly wise if month is not finished then the data written by week wise for example Auguest 1st week
Что я уже пробовал:
SELECT * FROM table_name WHERE date_column between 'from date' AND 'to date'