How can we find the number of rows in a table using MySQL?
Answer Posted / manish gupta
Mysql : - select count(*) [tablename];
PHP :- mysql_num_rows();
| Is This Answer Correct ? | 14 Yes | 1 No |
Post New Answer View All Answers
What is myisamchk?
What are the difference between now and current_date in mysql?
What are all the Common SQL Function?
How to update a root password.
What is a simple query?
Which is better mysql or mssql?
How do I clear the screen in mysql?
How do I install mysql on windows 10?
How to add a new column to an existing table in mysql?
What is back end and front end?
How many columns is too many mysql?
How can you create and drop view in mysql?
What is mysql procedure?
How to return query output in xml format?
How do you use auto increment?