I have a table with over 400K records that is in desperate need of a unique identifier. I added the unique ID field to my DB, but all existing records are set at NULL for a unique ID and my next input is where the unique ID will start (at 1)... is there a way to populate the existing records with a value and then have the count pick up at let's say 400,001?