返回数说广场
0
在MySQL 5.7版本中,以下哪些查询会对结果集排序?BC
A select distinct col from table;
B select col from table group col limit 4;
C select col from table group col;
D select col from table union all select col from table;
E select col from table union select col from table;
0
0 182
分享
评论
热门数说


