Oracle CASE WHEN 用法介紹

轉載地址:   http://www.cnblogs.com/eshizhan/archive/2012/04/06/2435493.html  html Oracle CASE WHEN 用法介紹 1. CASE WHEN 表達式有兩種形式 複製代碼 --簡單Case函數 CASE sex WHEN '1' THEN '男' WHEN '2' THEN '女' ELSE '其
相關文章
相關標籤/搜索