Access last inserted row in MySQL?
Answers
Answered by
0
On my db-server i am inserting data in a table having a auto increment field say 'id'. Now i want to use the value of this last inserted 'id' in subsequent steps. I can use this:-
Similar questions