摘要: -- 登陆总次数 每天 建议查最近一月 select to_char(t.create_on, 'yyyy-mm-dd'),count(1) from base_login_log t where t.create_on>to_date('2017-12-01 00:00:00','yyyy-mm-dd hh24:mi:ss') group by to_char(t.cr... 阅读全文
posted @ 2017-12-13 22:02 三人成虎 阅读(1126) 评论(0) 推荐(0)