sergio santos wrote:
> Pessoal
>
> estou fazendo este case when só que ele só dá false
> case tm.codtmov::char when 'S' then d.qtdmov*-1 else d.qtdmov end as 
> Saldo,
case when tm.codtmov::char = 'S' then d.qtdmov*-1 else d.qtdmov end as 
Saldo,

Veja a documentação

_______________________________________________
pgbr-geral mailing list
pgbr-geral@listas.postgresql.org.br
https://listas.postgresql.org.br/cgi-bin/mailman/listinfo/pgbr-geral

Responder a