NVL( string1, replace_with):判断string1是否为空,如果是空就用replace_with代替。

NVL2(E1, E2, E3)的功能为:如果E1为NULL,则函数返回E3,若E1不为null,则返回E2。

decode(条件,值1,返回值1,值2,返回值2,...值n,返回值n,缺省值)

decode(字段或字段的运算,值1,值2,值3)字段==值1?值2:值3

相关文章:

  • 2021-12-29
  • 2021-11-26
  • 2021-11-20
  • 2022-02-07
  • 2021-11-17
  • 2021-10-26
  • 2021-09-25
  • 2022-02-20
猜你喜欢
  • 2021-09-13
  • 2021-10-17
  • 2021-08-08
  • 2021-06-03
  • 2022-12-23
  • 2022-12-23
  • 2021-09-02
相关资源
相似解决方案