Advertisement
Guest User

Untitled

a guest
Jan 13th, 2019
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. UPDATE table_name
  2. SET location = novy_location,
  3.     iformation = novy:info,
  4.     ...
  5.     column_n = expression_n
  6. WHERE id = store_id;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement