-
RowsThe number of rows. Some storage engines, such as
MyISAM, store the exact count. For other storage engines, such asInnoDB, this value is an approximation, and may vary from the actual value by as much as 40 to 50%. In such cases, useSELECT COUNT(*)to obtain an accurate count.The
Rowsvalue isNULLfor tables in theINFORMATION_SCHEMAdatabase.
Wednesday, March 3, 2010
Get total rows in table --mysql
Subscribe to:
Post Comments (Atom)

0 comments:
Post a Comment