Home > database > Add automatic numbering table SQL anywhere
Add automatic numbering table SQL anywhere
Time:10-06
The alter table weigh the add id numeric (15, 0) identity; After the above statement is executed, the current record number add in sequence, the increase of number records, please advice!!!!!!