How can we find the number of rows in a table using MySQL?
Answer Posted / sunil kumar
Hello Manish bheiya, I tried ur answer but its not run on my
PC and then I tried this query
select count(*) as row from tablename
| Is This Answer Correct ? | 1 Yes | 7 No |
Post New Answer View All Answers
What language is mysql written in?
How to analyze tables with 'mysqlcheck'?
What is pdo in php mysql?
How do I copy a table in mysql?
How to store values to array from mysql database in php?
How do I kill a mysql connection?
How do I completely remove mysql from windows?
What is a storage engine?
What is mysql slow query?
What happens if you no create privilege in a database?
How can I see mysql database?
What is clob in mysql
How do I restore a database in mysql workbench?
How to calculate expressions with sql statements?
What is pragma autonomous_transaction?