题目内容

HAVING关键字和WHERE关键字后可以使用聚合函数。

A. 对
B. 错

查看答案
更多问题

使用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. 错

答案查题题库