返回数说广场
0
Oracle假设t表有1条记录,id=1,若select count(1) from t where id<>id的结果为0,那么select max(id) from t where id<>id和
select min(id) from t where id<>id的结果为?(C)
A
null,1
B
1, null
C
null,null
D
1, 1
0
0 93
分享
评论
热门数说


