Advertisement
apl-mhd

LLC project post query

Oct 15th, 2018
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MySQL 0.11 KB | None | 0 0
  1. select day(created_at), monthname(created_at), count(*)
  2. from post group by day(created_at), monthname(created_at)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement