2
Reply

Auto increment

Vishal Patil

Vishal Patil

9 years ago
627
I create one auto incremented column i.e id, by adding data,  it incremented by 1,
 
e.g ..id..
         1
         2
         3
and if i delete all rows then,  value not set to 0 , it starts increment as follows,
e.g ..id..
          4
          5
          6
how to solve ?

Answers (2)