Advertisement
Guest User

Untitled

a guest
Apr 25th, 2019
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. DELETE FROM "DistrictCriminalCase" a
  2. USING "DistrictCriminalCase" b
  3. WHERE
  4. a.id > b.id
  5. AND a.fips = b.fips
  6. AND a."CaseNumber" = b."CaseNumber";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement