You're mixing up two ways of doing case. You either need: CASE <expression> WHEN <comparison expression> THEN <return expression> …
確定! 回上一頁