mysql update query


/ Published in: R
Save to your folder(s)



Copy this code and paste it in your HTML
  1. UPDATE table_name SET column_name1 = value1, column_name2 = value2 WHERE conditions

Report this snippet


Comments


You need to login to view comments.