PostgreSQL查询此案例?

时间:2017-09-26 18:45:17

标签: sql postgresql case

我在postgreSQL中有以下case语句。

select eng.id, 
case et.id 
      when 2 then cwd.rate::text  
      when 1 then cwd.amount::text else 'SCD' end terms

我需要写一些像WC' WC'在cwd.rate之前。它给我语法错误。不知道我该怎么做。

0 个答案:

没有答案