Guest User

Untitled

a guest
Jul 21st, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. INSERT INTO samples.samples1 (area_easting, area_northing, context_number, sample_number)
  2. SELECT area_easting, area_northing, context_number, sample_number FROM samples.samples2
  3. ON CONFLICT (area_easting, area_northing, context_number, sample_number)
  4. DO NOTHING RETURNING *;
Add Comment
Please, Sign In to add comment