CASE 是 SQL 用來做為 if-then-else 之類邏輯的關鍵字。 CASE 的 語法如下: CASE WHEN condition THEN result ...
expect7.pixnet.net