Guest User

Untitled

a guest
Oct 18th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. UPDATE matematica_conectores_matematicos
  2. SET
  3. id_dataset = NULL,
  4. id_application = NULL,
  5. ultima_atualizacao = '1900-01-01'
  6. WHERE
  7. id_ponto_movimentacao IN (SELECT
  8. id
  9. FROM
  10. logistica_pontos_movimentacao
  11. WHERE
  12. codigo_externo IN ('inserir codigos das lojas');
Add Comment
Please, Sign In to add comment