I have column in a table named Sno. I want to update it with a new sequence number like 1, 2, 3 4,5 In short I want to get Sno for each row. My table is big containing 50000000 Please tell me the most efficient way of doing it.
Sorry that should have been;
create sequence sno_sequence start with 1 increment by 1
for the first part SOL
The best thing about banging your head against a wall is when you stop.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.