If I insert a row into mySQL with an indexed auto incrementing column, id, how do I get the id of the last inserted row?
Thanks in advance, Dan
If I insert a row into mySQL with an indexed auto incrementing column, id, how do I get the id of the last inserted row?
Thanks in advance, Dan