Given a table:
day_date (form of yyyy-mm-dd) column2 column3
I want to group the data by weeks, and the start of each week goes from Sunday to Saturday, but I want to display the day_date.
I have looked around all over, and I'm rusty on my SQL.
Thanks!