Simple Concurrent Update


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



Copy this code and paste it in your HTML
  1. UPDATE table(columna, columnb)
  2. VALUES ('A', 'B')
  3. WHERE (columna=oldvaluea)
  4. AND (columnb=oldvalueb)
  5. AND (id=updateid)

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.