查询一个月最后一天的总用户数,数据库中没有保存最好一天的数据,就查询本月数据库已存有的最后一天的数据

select total_user from a_user_no where date_time=(select max(date_time) from a_user_no  where
 ‘2013-05’+ "‘=to_char(date_time,‘yyyy-mm’));

 

通过max 函数来去5月份出现最大日期的数据

查询一个月最后一天的总用户数,数据库中没有保存最好一天的数据,就查询本月数据库已存有的最后一天的数据,布布扣,bubuko.com

查询一个月最后一天的总用户数,数据库中没有保存最好一天的数据,就查询本月数据库已存有的最后一天的数据

上一篇:VS2008下 使用C#做windows mobile 6.0开发 使用sqlite数据库


下一篇:「2014-5-31」Z-Stack - Modification of Zigbee Device Object for better network access management