For example. I insert a new row into a table. There is an ID column which is set to auto increment.
After i insert this data, is there a very simple way of getting the ID number of the row that i just created?
Note: WITHOUT having to user another query?