MariaDB10 AUTO_INCREMENT値をリセットする方法
環境
AlmaLinux release 9.2 (Turquoise Kodkod)
MariaDB 10.10.2
構文
TRUNCATE TABLE テーブル名
オートインクリメント値(AUTO_INCREMENT)を初期化する場合は、
データを削除する「TRUNCATE」を使用します。
操作例
TRUNCATE TABLE testtbl
show table status like 'tess’
Coding Changes the World
環境
AlmaLinux release 9.2 (Turquoise Kodkod)
MariaDB 10.10.2
構文
TRUNCATE TABLE テーブル名
オートインクリメント値(AUTO_INCREMENT)を初期化する場合は、
データを削除する「TRUNCATE」を使用します。
操作例
TRUNCATE TABLE testtbl
show table status like 'tess’