返回数说广场
1
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的结果为? (B)
A 1, null
B null,null
C 1, 1
D null,1
0
1 196
分享
评论
热门数说


