Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

UPDATE dirs_clientes dc1

SET dc1.cliente_id =109588


WHERE EXISTS (
SELECT dc2.dir_cli_id
FROM dirs_clientes DC2
WHERE
(dc2.cliente_id=109949)

You might also like