This sint specifically related to perl, but my perl program inserts data into mysql, one of the columns is an auto-increment field in mysql - i just enter it as "NULL" but what I want to do is start off the rows at a number like 234098 - is this at all possible by running an sql query or such ?