阅读背景:

MYSQL中GROUP BY不包含所有的非聚合字段时的注意事项

来源:互联网 

一、下列语句在MySql中是合规的

select count(1),task_type,status from action where biz_date='20141014' group by statusselect count(1),task_type,status 



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: