1
0

【MySQL】データベースのAUTO_INCREMENTの開始位置をSQLで指定する方法

Posted at

【MySQL】データベースのAUTO_INCREMENTの開始位置をSQLで指定する方法

your_tableをA_Iを使っている自分のテーブル名に置き換えて実行すると指定した数値からA_Iが開始される。

SQL
ALTER TABLE your_table AUTO_INCREMENT = 1;

:tangerine:

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0