Advertisement
Guest User

Untitled

a guest
Jun 24th, 2019
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. UPDATE temp3 a
  2. INNER JOIN temp2 b
  3. ON a.batch_id = b.batch_id
  4. and a.batch_li = b.batch_li
  5. SET
  6. a.comments = b.comments
  7. WHERE
  8. b.comments is not null;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement