Usually you don;t need to, because most of the times, AUTO_INCREMENT columns are used only to have unique (prim. key) values. i.e. the values do not have a meaning other than being unique.
But if you want to you can specify a value of 1 for the first record you insert into the empty table.
Last edited by Hko; 02-25-2004 at 10:41 AM.
|