CASE 語法(SQL CASE Syntax). CASE WHEN condition THEN result [WHEN···] [ELSE result] END;. 或是: CASE expression WHEN value THEN result ...
確定! 回上一頁