【发布时间】:2017-06-25 14:25:24
【问题描述】:
select count(*) from bill limit 100000;
mysql> select count(*) from `bill` limit 100000;
+----------+
| count(*) |
+----------+
| 47497305 |
+----------+
1 row in set
【问题讨论】:
-
看这个stackoverflow.com/questions/36174805/…>
标签: mysql