/ Published in: SQL
Expand |
Embed | Plain Text
SELECT Count(1) AS 'count', country FROM aspnet_Profile GROUP BY country ORDER BY 'count' DESC
You need to login to post a comment.
SELECT Count(1) AS 'count', country FROM aspnet_Profile GROUP BY country ORDER BY 'count' DESC
You need to login to post a comment.