popo
Home
About
Search
mysql-doc-函数
Posted on
2019-08-02
Edited on
2023-05-21
count
1
2
# 统计表的所有数据数量
select count(*) from 表名;