Answers

Question and Answer:

  Home  PHP

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

Use this for MySQL

SELECT COUNT(*) FROM table_name;

 142 views

More Questions for you: