oracle时间查询 最新更新| 软件分类| 专题汇总| 手机版

您所在的位置:首页 > oracle时间查询 > 信息评论 >

oracle时间查询

  select t.userid, count(t.id) num  from sso_access_log t  where 1 = 1  and t.access_time >= to_date('2009-10-12 ', 'yyyy-MM-dd ')  and t.access_time <= to_date('2010-11-08 ', 'yyyy-MM-dd ')  group by t.userid  order by num d

网友评论

发表评论

(您的评论需要经过审核才能显示)