2
I’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 accept it if I don’t pass the id
line and are several lines.
Does anyone have a solution where I can give uptade in N lines?
What error returns?
– Max Rogério
What is the relationship with the tag
jQuery
? Are you sure this query is valid? In this case, there are records that meet the 3 conditions of thewhere
?– Woss