in reply to Re^3: return primary key if duplicate entry exists?
in thread return primary key if duplicate entry exists?
The last_insert_id is only useful with auto-incrementing keys (and even then I find it rarely needed), but in any case auto-incrementing keys should never give a duplicate key error.
CountZero
A program should be light and agile, its subroutines connected like a string of pearls. The spirit and intent of the program should be retained throughout. There should be neither too little or too much, neither needless loops nor useless variables, neither lack of structure nor overwhelming rigidity." - The Tao of Programming, 4.1 - Geoffrey James
My blog: Imperial Deltronics
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: return primary key if duplicate entry exists?
by diyaz (Beadle) on Jan 24, 2016 at 18:58 UTC | |
by CountZero (Bishop) on Jan 24, 2016 at 19:58 UTC |