kilofmar
11.03.2009, 13:18:31
Witam.
Jak zmienić początkową, startową wartość pola auto_increment w tabeli na inną ?
sowiq
11.03.2009, 13:21:56
ALTER TABLE tabela AUTO_INCREMENT = 100;
ddiceman
11.03.2009, 13:23:12
Za
http://dev.mysql.com/doc/refman/5.1/en/alter-table.html" title="Zobacz w manualu PHP" target="_manualCytat
To change the value of the AUTO_INCREMENT counter to be used for new rows, do this:
ALTER TABLE t2 AUTO_INCREMENT = value;