Computer Science, asked by sahiljavid2591, 1 year ago

Access last inserted row in MySQL?

Answers

Answered by laxmipriyaojha2002
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