I'm writing an online invoice system in php / mysql which is using the auto incrementing id field as the invoice number. I want to start the numbers at 1000 instead of one, how can I do this to an existing table? Thanks