> Is there any way to seed a column set to autoincrement? Say I wanted it to > begin at 10000.
alter table table_name auto_increment = 10000; -- Greg Donald http://destiney.com/ -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]