Skip to content

Instantly share code, notes, and snippets.

@suspecie
Last active July 21, 2017 19:10
Show Gist options
  • Save suspecie/18cff2c0535b29f1e85d6403f4979f7f to your computer and use it in GitHub Desktop.
Save suspecie/18cff2c0535b29f1e85d6403f4979f7f to your computer and use it in GitHub Desktop.
SELECT count(*) FROM Interaction where dt_processamento_dados is not null; -- 104
UPDATE Interaction SET dt_processamento_qualidade = dt_processamento_dados where dt_processamento_dados is not null;
SELECT dt_processamento_dados, dt_processamento_qualidade FROM Interaction where dt_processamento_dados is not null;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment