|
Try
Set Order To or CLOSE INDEXES
It is not necessary to pay attention to the physical position in the record table.If you want to follow the current position,
For inserts, it is best to index the column.
If the data in this column is: 1,5,6,8,10,
Then if you want to insert a record between 7 and 8, insert it directly, then Set Order To
When indexing, the record of 7 will stay in the middle of 6 and 8. |
|