Posts by D.Ciriaco • 23 points
1 post
- 
		2 votes1 answer822 viewsQ: Update in more than one lineI’m trying to ride a update thus: UPDATE cad_vendas SET canal ='9', parceiro ='9' WHERE cpf_vendedor ='CPF_VENDEDOR' and status_proposta_producao ='90' and forma_pagamento <> ''; but he won’t…