The case statement in Postgres is really easy to use, let's take a look to the next example: Copy select case when salary >= 100000 and salary<200000 then ...
確定! 回上一頁