返回数说广场
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, 1
C
null,null
D
1, null
0
0 123
分享
评论
热门数说


