crisabella777
Programmer
truncate table tbl;
alter table tbl auto_increment = 1;
thanks
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
ALTER TABLE TableName1 ADD | ALTER [COLUMN] FieldName1
[AUTOINC [NEXTVALUE NextValue [STEP StepValue]]]