0

I have 3 columns in my data set.

  • email
  • 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

1 Answers1

0

Unfortunately, you can't. Timestamp is poorly named, and has nothing to do with the time the person unsubscribed.

Alex Weitzer
  • 181
  • 1
  • 12