Guest User

Untitled

a guest
Feb 18th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. UPDATE
  2. product p,
  3. inventory i
  4. SET
  5. p.pid = 99,
  6. i.pid = 99
  7. WHERE
  8. i.ItemName = 'ES1'
  9.  
  10. SELECT *
  11. FROM inventory i
  12. WHERE
  13. i.ItemName = 'ES1'
Add Comment
Please, Sign In to add comment