Counting all rows
What is the command for counting all the rows in a table in MySQL?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Arjun PanwarPosted Dec 7, 2011, 6:41 AM
Thanks
Satyapriya NayakPosted Dec 6, 2011, 11:17 PM
SELECT COUNT(*) FROM tablename
Thanks