I'm trying to mount a update like this:
UPDATE cad_vendas SET canal ='9', parceiro ='9'
WHERE cpf_vendedor ='CPF_VENDEDOR' and status_proposta_producao ='90'
and forma_pagamento <> '';
but it does not accept if I do not pass the id
of the line and are several lines.
Does anyone have a solution where I can give uptade in N lines?