Re: Performance of ON DUPLICATE KEY and other options?
Jay Pipes wrote:
> What is the benefit of updating the QID at all if
> the query text matches?
>
I don't want to update QID when the text matches, but on the man page for ON DUPLICATE KEY UPDATE, it says that
ON DUPLICATE KEY UPDATE qid=LAST_INSERT_ID(qid)
is how you prime LAST_INSERT_ID() to return the value for pre-existing entries so that
SELECT LAST_INSERT_ID()
will give you back the last id, pre-existing or not.
I just tried
ON DUPLICATE KEY UPDATE LAST_INSERT_ID(qid)
and it doesn't parse.
Thanks
-mark
Subject
Views
Written By
Posted
2425
September 23, 2005 09:20AM
1461
September 23, 2005 10:48AM
Re: Performance of ON DUPLICATE KEY and other options?
1526
September 23, 2005 10:56AM
1464
September 23, 2005 11:20AM
1580
September 23, 2005 11:38AM
1447
September 23, 2005 03:33PM
1439
September 23, 2005 04:25PM
1384
September 23, 2005 04:59PM
1603
September 26, 2005 02:30PM
1453
November 10, 2005 10:12AM
1498
November 10, 2005 10:26AM
1423
November 10, 2005 02:19PM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.