In my db, I have 2 tables: users and accounts. Every user bring several accounts. (users has UserID, and accounts has UserID, AccountID and createTime)
I need to get an SQL query that shows statistics about my users: a table that every row is how much accounts were created on every month, and the columns is the name of the users.
Can I do this?