HI,
How do we find out which auto increment was assigned on the last insert into the table ?
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Satish BhatPosted Dec 5, 2011, 7:14 AM
MySQL - How to Get the Unique ID for the Last Inserted Row
VulpesPosted Dec 5, 2011, 5:31 AM
SELECT MAX(autoId) FROM tablename
Arjun PanwarPosted Dec 5, 2011, 2:17 AM
my problem is same -
In mysql, How do you find out which auto-increment was assigned on the last insert?
with the use of autoincrement function.
Jaganathan BantheswaranPosted Dec 5, 2011, 12:07 AM
Please explain your problem with more points.