暂无图片
返回数说广场
cdwas
2025-01-31
以下哪种写法,可以有效地找出目标列C1为空值的记录?其中C1列可能的值为正整数。 答案: select * from t1 where c1 is null; select * from t1 where decode(c1,null,1,2)=1;
0
暂无图片 0
154
分享

评论

热门数说