Field | Type | Null | Key | Default | Extra |
user_pri_id | int(15) | PRI | null | auto_increment | |
userid | varchar(10) | YES | null |
the value of user_pri_id the last row 999 then What will happen in
the following conditions?
Condition1: Delete all the rows and insert another row then.
What is the starting value for this auto incremented field user_pri_id ,
Condition2: Delete the last row(having the field value 999) and
insert another row then. What is the value for this auto incremented