2014-06-28 90 views
0

我是一名MySQL初学者。有人知道sql语句是读取它们在MySql数据库中的多少个recod吗?我不想显示记录,我只是想知道他们在我的表中有多少记录。如何检查mysql中更新的行

感谢

DJ

+0

给出你在Google为您的解决方案? – Sadikhasan

+0

[MySql count table rows]的可能重复(http://stackoverflow.com/questions/1893424/mysql-count-table-rows) – Sadikhasan

回答

0

您可以使用count(*),得到的记录数在表格下方

Select count(*) from your_table