Showing posts with label How can we find the number of rows in a table using MySQL?. Show all posts
Showing posts with label How can we find the number of rows in a table using MySQL?. Show all posts

Saturday, May 16, 2009

How can we find the number of rows in a table using MySQL?

Use this for MySQL

SELECT COUNT(*) FROM table_name;