I have a table with a date column, and I would like to try to group it using the week as a time reference to calculate how many rows happened per week. I did this for several days using GROUP BY Date ( Date_Column ), but I'm not sure how to do it in a week?
thanks
James source share