37.關於 SQL 查詢,下列何者錯誤?
(A) select \* from test1 group by x;
(B) select x, sum(y) from test1 group by x;
(C) select distinct x from test1;
(D) select x, sum(y) from test1 group by x having sum(y) > 3;
答案:登入後查看
統計: A(5), B(0), C(0), D(0), E(0) #3480790
統計: A(5), B(0), C(0), D(0), E(0) #3480790