The table provided shows all new users signing up on a specific date in the format YYYY-MM-DD. Your query should output the change from one month to the next. Because the first month has no preceding month, your output should skip that row. Your output should look like the following table:
SQL User Logins
Your table: maintable_YH8M8 MySQL version 5.5.56-log
In this MySQL challenge, the table provided shows all new users signing up on a specific date in the format YYYY-MM-DD. Your query should output the change from one month to the next. Because the first month has no preceding month, your output should skip that row. Your output should look like the following table:
Month
MonthToMonthChange
February
March
1
April
1
May
1
-1
6
-6
4