INSERT and SELECT at the Same Time?

admin

Administrator
Staff member
If I have a table that AUTO INCREMENTS a column everytime I insert a row, is it possible to do a query that does the INSERT and SELECT the incremented value at the same time?

Thanks in advance!
 
Back
Top