摘要: NVL( string1, replace_with) 功能:如果string1为NULL,则NVL函数返回replace_with的值,否则返回string1的值。 引申一下,此NVL的作用与SQLserver 中的 ISNULL( string1, replace_with) 一样。 ... 阅读全文
posted @ 2012-08-30 10:17 阳光温暖了心情 阅读(1737) 评论(0) 推荐(0)