VLUP2OS
2008-10-02 04:20:39 UTC
Now I need to rename the rows because each duplicate row contains different information from the 'original' row.
Ex (Table contains: Account, Description, and Short Description):
430001 | Rustic Baguette | La Jolla Bakery Department Sales Returns and Allowances
430001 | Rustic Baguette | Del Mar Bakery Department Sales Returns and Allowances
Note how the account numbers are the same, but the information within each row is different.
So onto my question...is there a way to rename the duplicate rows without having to do all 80 of them manually using the UPDATE statement (mind you I am still learning this).