题目内容

使用ORDER BY 实现排序时,只能对一个字段进行排序,不能同时对多个字段进行排序。

A. 对
B. 错

查看答案
更多问题

select count(*) from 表名 group by count(*)

A. 对
B. 错

select count(*) from 表名 where count(*)>2

A. 对
B. 错

select count(*) from 表名 having count(*)>2

A. 对
B. 错

合并多个查询结果应使用and关键字

A. 对
B. 错

答案查题题库