For Marvel channel (id = 351), get the number of subscribers added in each month in the year 2020.
Note:
You can find the subscribed date of a user for a channel in thechannel_usertable.
For this question, convert themonth_of_yearin string datatype to INT datatype.
Sort the output in the ascending order of the month.
Comments
Leave a comment