How to Write a Case Statement in PostgreSQL · case · when precipitation = 0 then 'none' · when precipitation <= 5 then 'little' · when precipitation > 5 then 'lots' ...
確定! 回上一頁