The PostgreSQL CASE expression is the same as IF/ELSE statement in other ... SELECT title, length, CASE WHEN length> 0 AND length <= 50 THEN 'Short' WHEN ...
確定! 回上一頁