Thread Insert Into... On Duplicate Key Update... (20 answers)
Opened by rosti at 2012-05-25 20:39

pq
 2012-06-10 20:38
#158867 #158867
User since
2003-08-04
12208 Artikel
Admin1
[Homepage]
user image
2012-06-10T18:18:11 rosti
Was MySQL betrifft gibt es doch noch eine kleine Sache, die ich bis jetzt übersehen habe:

LAST_INSERT_ID()
LAST_INSERT_ID(expr)
...
ON DUPLICATE KEY UPDATE id=LAST_INSERT_ID(id)

genau das beschrieb ich ja schon in msg #158624 (unten)
Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live. -- Damian Conway in "Perl Best Practices"
lesen: Wiki:Wie frage ich & perlintro Wiki:brian's Leitfaden für jedes Perl-Problem

View full thread Insert Into... On Duplicate Key Update...