-- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]
Say a row is inserted into a table with an auto_increment column and then
deleted before another record is inserted. When a new row is inserted,
will the value of the auto_increment column be the same as the deleted
record's, or will it be one greater?
- Re: auto_increment insert-delete-insert Jim McAtee
- Re: auto_increment insert-delete-insert Daniel Kasak
- Re: auto_increment insert-delete-insert SGreen