Hey everyone,

 

I was wondering if there was a way to where if you insert a row into a table with an auto incremented column to get the last id# inserted?

 

I know you can do a sel max(column) but in the case of multiple people hitting the database at the same time, the sel max might return the id of someone else if the requests overlapped.

 

TIA!

Alan

Reply via email to