sql分组查询语句

来源:互联网 发布:淘宝十大手机黑店 编辑:程序博客网 时间:2024/04/28 05:37
select type,sum(stat_count) as stat_count from t_stat_day_type where stat_time>='$start' and stat_time<'$end' $where1 and type in ($search) GROUP BY type
0 0
原创粉丝点击