MYSQL Count No. of rows in table

by satheeshkumar 2012-09-18 21:09:42

MYSQL Count No. of rows in table ,

The COUNT(*) function returns the number of records in a table:
echo "SELECT COUNT(*) FROM table_name";

Tagged in:

827
like
0
dislike
0
mail
flag

You must LOGIN to add comments