I need an sql Update command that will arrange row to be serially arrange from a value I am specifying (13108 to X) the end of the last row(where x is the last value .
Can any one help please?
the rows already have value from 1 to 1500, so I need to update the value to be from 13108 to the last value.
The table name is called scoretable while the row the value is called sore_id.