Posts by Ronailson Gomes • 11 points
2 posts
- 
		1 votes2 answers528 viewsQ: Postgres-case whenselect 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 calculationI 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