Guest User

Untitled

a guest
Apr 16th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. UPDATE collectify.order_sku os, (SELECT
  2. id,
  3. migros_code
  4. FROM collectify.store) s
  5. SET os.store_id = s.migros_code
  6. WHERE os.store_id = s.id;
Add Comment
Please, Sign In to add comment