If a CASE statement needs to distinguish a NULL value, then the alternate CASE ... SELECT A, B, CASE A WHEN 90 THEN 'red' WHEN 50 THEN 'blue' ELSE 'green'
確定! 回上一頁