I have a table as below:
CtId CustomerID
1 2600000897685
2 NULL
3 2600000089765
4 NULL
5 2600789657465
6 NULL
7 NULL
8 NULL
I need a sql script updating null column id with my custom unique id. Increment unique number starts from:
2900000000001
2900000000002
.
.