First commit
This commit is contained in:
parent
cf97b64877
commit
cc69770608
1468 changed files with 265316 additions and 128 deletions
8
www/admin/_alterTable/___resettTUTTOFOTCLI.sql
Normal file
8
www/admin/_alterTable/___resettTUTTOFOTCLI.sql
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue