Mailinglisten-Archive |
Hi. > Hallo Leute, > > kann man in einer MySQL die Autoincrementnummer > beeinflussen, die zuletzt vergeben wurde. > > bsp.: Die letzen 3 Datensätze werden gelöscht und der > Zähler soll mit der tatsächlich nächsten Nummer weiter > machen. Tut er logischer weise nicht, sondern lässt ein > Loch von 3 Datensätzen. > Hilft da ein Reload des MySQL Servers oder ein Flush > Tables? http://www.mysql.com/doc/S/E/SET_OPTION.html LAST_INSERT_ID = # Set the value to be returned from LAST_INSERT_ID(). This is stored in the update log when you use LAST_INSERT_ID() in a command that updates a table. INSERT_ID = # Set the value to be used by the following INSERT or ALTER TABLE command when inserting an AUTO_INCREMENT value. This is mainly used with the update log. Das hilft evt was, Kurt
php::bar PHP Wiki - Listenarchive