- 空值运算表达式为空
-
比较表达式有空时返回假
-
非空字段与空字段"||"合并时,null转换为"",合并列的数据类型为varchar2
-
where 只能使用is 、is not
-
更新空值
-
nvl
-
nvl2
-
nullif
-
coalesce
比较表达式有空时返回假
非空字段与空字段"||"合并时,null转换为"",合并列的数据类型为varchar2
where 只能使用is 、is not
更新空值
nvl
nvl2
nullif
coalesce