Posts by Ronailson Gomes • 11 points
2 posts
-
1
votes2
answers528
viewsQ: Postgres-case when
select x.codigo,x.nome,x.cpf,x.contato, x.limite_credito, x.pendencia as pendencia from ( select p.codigo,p.cpf,p.contato,p.limite_credito,p.grid,p.grupo,p.nome,…
postgresqlasked Ronailson Gomes 11 -
0
votes1
answer426
viewsQ: Update with calculation
I have a product table and I want to calculate the profit margin based on the columns preco_venda and preco_custo I did as below: update produto set…
postgresqlasked Ronailson Gomes 11