I have a simple table containing a primary key with an Auto Increment index.
When I insert mysqli, is it possible to find out the last inserted value of the Auto Increment column?
Note:
There may be several people trying to insert at the same time
daisy source
share