摘要: NVL( string1, replace_with):判断string1是否为空,如果是空就用replace_with代替。NVL2(E1, E2, E3)的功能为:如果E1为NULL,则函数返回E3,若E1不为null,则返回E2。decode(条件,值1,返回值1,值2,返回值2,...值n,... 阅读全文
posted @ 2015-06-01 14:08 brightshi 阅读(133) 评论(0) 推荐(0)