MySQL – Truncate e campo AUTO_INCREMENT
Fala galera!! Vamos ver como se comporta o AUTO_INCREMENT ao execurtarmos um TRUNCATE em uma tabela do MySQL. mysql> create database teste; Query OK, 1 row affected (0.00 sec) mysql> use teste; Database changed mysql> create table teste_truncate ( id...