I have 3 columns in my data set.
- first name
- unsubscribe date (timestamp)
How can i create a pivot table in SQL to have years on the left in rows, and months in columns and count the number of people who unsubscribed by month and year?
Thanks for the help