日期:2014-05-16 浏览次数:20677 次
oracle写法 mysql写法 兼容写法
decode case when then when end case when then when end
nvl(expr1,expr2) IFNULL(expr1,expr2) coalesce(expr1,expr2 [ ,...n ] )
to_number conv 尚未找到
to_date date_format 尚未找到