1.

How Can We Find The Number Of Rows In A Table Using Mysql?

Answer»

USE this for MYSQL
SELECT COUNT(*) FROM table_name;

Use this for MySQL
SELECT COUNT(*) FROM table_name;



Discussion

No Comment Found