8 lines
189 B
SQL
8 lines
189 B
SQL
delete from USERS where id_users>=3;
|
|
|
|
ALTER TABLE USERS AUTO_INCREMENT = 2;
|
|
|
|
delete from DESTINAZIONE_DIVERSA;
|
|
delete from CLIFOR where id_clifor>1;
|
|
|
|
ALTER TABLE CLIFOR AUTO_INCREMENT = 1;
|