Oracle 中decode 函數用法(欄位A,B, C,A不為空則取A,否則取B,B為空則取C) ... 值n,返回值n,預設值) SELECT DECODE(TEMP.SCORE, 'A', '90-100', 'B', '80-89', ...
確定! 回上一頁