在Oracle中,执行下面的语句,返回值是() select count(1),count(x),sum(x) from (select null x from dual union all select 1 x from dual) 、2,1,1B、2,2,2C、2,2,1D、2,1,2 发布时间:2024-07-20 22:17:33