会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
学习资料
博客园
首页
新随笔
联系
订阅
管理
2008年9月1日
关于如select 1 from tbl 中的 1
摘要: select count(*) from table select count(1) from table 返回table表里面的记录总数 select count(1) from table的效率更好。 table表是一个数据表,假设表的行数为10行,以下同。 1:select 1 from table //有值 返回所有行的111111111 2:select coun...
阅读全文
posted @ 2008-09-01 10:30 小昊
阅读(283)
评论(0)
推荐(0)
编辑
公告