My query is like the following:
SELECT count(*) AS total FROM posts GROUP BY category
The total returned is the total of all posts, Can some one please point me where is the issue in my syntax?
Thanks in advance.
|
My query is like the following:
The total returned is the total of all posts, Can some one please point me where is the issue in my syntax? Thanks in advance.
| |||
feedback
|