SyntaxFix
Write A Post
Hire A Developer
Questions
SELECT name,COUNT(*) as count FROM tablename GROUP BY name ORDER BY count DESC;