I want to find out how many rows are in a table. The database that I am using is a MySQL database. I already have a Db_Table class that I am using for calls like fetchAll()
. But I don't need any information from the table, just the row count. How can I get a count of all the rows in the table without calling fetchAll()
?
相关问题
- sqlyog export query result as csv
- NOT DISTINCT query in mySQL
- MySQL: conduct a basic search
- Why sometimes there is one of more gap(s) in the v
- mySQL alter table on update, current timestamp
Add count capability to your Zend_DB Object To count all table rows