Easy Auto-Increment

2002-07-06 Thread Brad W. Galiette
Is there any easy way to create a column in a MySQL table which automatically increments with each successive INSERT request? (I understand that AUTO_INCREMENT inserts a value that is one greater than the greatest that already exists in the table; however, this creates a problem --- from the

Re: Easy Auto-Increment

2002-07-06 Thread Paul DuBois
At 22:59 -0400 7/6/02, Brad W. Galiette wrote: Is there any easy way to create a column in a MySQL table which automatically increments with each successive INSERT request? (I understand that AUTO_INCREMENT inserts a value that is one greater than the greatest that already exists in the table;