会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
我的技术Blog
博客园
首页
新随笔
联系
管理
订阅
2010年6月18日
dhl:SQL-统计每天的PV和UV
摘要: --PV:select page as 地址,convert(char(10),createtime,120) as 时间,count(*) as 访问量 from dbo.WebAppLog where convert(char(10),createtime,120)>='2010-06-01' and Page='http://app.pingco.cn/NewCall/Call.mvc...
阅读全文
posted @ 2010-06-18 16:08 肚肚
阅读(1632)
评论(0)
推荐(0)
编辑
公告