Berkeley CSUA MOTD:Entry 26460
Berkeley CSUA MOTD
 
WIKI | FAQ | Tech FAQ
http://csua.com/feed/
2025/04/04 [General] UID:1000 Activity:popular
4/4     

2002/11/7-8 [Computer/SW/Database] UID:26460 Activity:kinda low
11/7    I have an SQL table where an auto-incrementing value got cleared
        (i dont know how). What's an easy way to go through each row and assign
        it an incrementing value?
        \_ Which database?  In Oracle, use PL/SQL and a for loop.