manish


{ City } mumbai
< Country > india
* Profession * php team leader
User No # 13124
Total Questions Posted # 0
Total Answers Posted # 1

Total Answers Posted for My Questions # 0
Total Views for My Questions # 0

Users Marked my Answers as Correct # 14
Users Marked my Answers as Wrong # 1
Questions / { manish }
Questions Answers Category Views Company eMail




Answers / { manish }

Question { 6995 }

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


Answer

Mysql : - select count(*) [tablename];
PHP :- mysql_num_rows();

Is This Answer Correct ?    14 Yes 1 No