Does anyone have a clever method to renumber a display order field?
Users add records to the end of a list, and delete from within the list. I want to sort and renumber the rows on command.
Obviously I can do it using a cursor, but I'm hoping to find a way to do it in a single UPDATE statement.
Thanks.
Users add records to the end of a list, and delete from within the list. I want to sort and renumber the rows on command.
Obviously I can do it using a cursor, but I'm hoping to find a way to do it in a single UPDATE statement.
Thanks.