Skip to content

Instantly share code, notes, and snippets.

@isouzasoares
Created July 27, 2015 21:07
Show Gist options
  • Save isouzasoares/e39cd215fe8b5e59831a to your computer and use it in GitHub Desktop.
Save isouzasoares/e39cd215fe8b5e59831a to your computer and use it in GitHub Desktop.
DELETE FROM envsite.treepagein
WHERE ctid NOT IN (SELECT min(b.ctid)
FROM envsite.treepagein b
GROUP BY id_treepage, id_treepage
HAVING count(*) > 1);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment