sql获取记录总数
最简单:select count(*) from table
扩展:select count(列名) from table where 条件
声明:该文观点仅代表作者本人,牛骨文系教育信息发布平台,牛骨文仅提供信息存储空间服务。
- 上一篇: table_definition_cache
- 下一篇: sql ---获取记录条数
最简单:select count(*) from table
扩展:select count(列名) from table where 条件