I have a (perl) script which inserts new entries into a mysql table. The table is indexed using an auto_increment column, so my inserts look like
insert into sometable columns (ID, other columns....) values (null, other values....)
I need to get the IDs of the newly created columns, to use...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.