In a table , for example, have an ID start by 142963 , and there are 2000 record
So , the id are 142963....142963+2000
Then I would like to change the id to start from 740923
After that, the id are 740923.... 740923+2000
The field name is e.g. userid
How to update that? thanks