摘要: decode函数主要作用:将查询结果翻译成其他值(即以其他形式变现出来) 使用方法: 解释: if (条件==值1) then return(翻译值1)elsif (条件==值2) then return(翻译值2) ....... elsif (条件==值n) then return(翻译值n) 阅读全文
posted @ 2018-06-06 00:04 Hider1214 阅读(282) 评论(0) 推荐(0)