Advertisement
Guest User

Untitled

a guest
May 28th, 2017
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQL 0.19 KB | None | 0 0
  1. DELETE FROM history_dists WHERE ctid NOT IN (SELECT h.ctid FROM history_dists AS h, history_dists AS h1 WHERE h.VALUE = h1.VALUE AND h.historyid = h1.historyid AND h.chance = h1.chance LIMIT 1);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement