Skip to content
Advertisement

How do I write SQL query for the website traffic

I have a table record with the columns:

How do I write a query that will list the site traffic per month (measured in # of logins) from January 2017 through December 2017

Advertisement

Answer

You can use group by as follows:

User contributions licensed under: CC BY-SA
7 People found this is helpful
Advertisement