UPDATE, falls Eintrag schon vorhanden, sonst INSERT


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

Wenn ein INSERT einen doppelten Wert erzeugen würde, wird das UPDATE ausgeführt.


Copy this code and paste it in your HTML
  1. mysql_query(“INSERT INTO sample VALUES( $id, ‘$name’, ‘$tag’) ON DUPLICATE KEY UPDATE name=’$name’,tag=’$tag’”);

URL: http://betamode.de/2007/08/23/mysql-insert-on-duplicate-key-update/

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.