热门
最新
红包
立Flag
投票
同城
我的
发布
【数据库每日一题】
以下哪种写法,可以有效地找出目标列C1为空值的记录?其中C1列可能的值为正整数。
A、select * from t1 where nvl(c1,1)=1;
B、select * from t1 where c1 = null;
C、select * from t1 where c1 is null;
D、select * from t1 where decode(c1,null,1,2)=1;
E、select * from t1 where coalesce(c1,null)=null;
去答题(答完可看解析)https://www.modb.pro/test/20210927?wb
CSDN App 扫码分享
评论
点赞
打赏
- 复制链接
- 举报
下一条:
热爱&努力&感谢&一起加油!




