浅谈SQLServer的ISNULL函数与Mysql的IFNULL函数用法详解_MsSql

  • A+
所属分类:MSSQLSERVER


SQL Serve的ISNULL函数:


ISNULL(check_expression,replacement_value)


1、check_expression与replacement_value的数据类型必须一致。


2、如果check_expression为NULL,则返回replacement_value。


3、如果check_expression为NULL,则返回check_expression。


Mysql的IFNULL函数:


IFNULL(expr1,expr2)


如果expr1不是NULL,IFNULL()返回expr1,否则返回expr2。


  • 我的微信
  • 这是我的微信扫一扫
  • weinxin
  • 我的微信公众号
  • 我的微信公众号扫一扫
  • weinxin

发表评论

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen: