[Oracle]null 空值

  • 空值运算表达式为空

  • 比较表达式有空时返回假

  • 非空字段与空字段"||"合并时,null转换为"",合并列的数据类型为varchar2

  • where 只能使用is 、is not

  • 更新空值

  • nvl

  • nvl2

  • nullif

  • coalesce

END

posted @ 2020-03-26 11:30  LeoShi2020  阅读(199)  评论(0编辑  收藏  举报