So lets assume I have a list of tasks in db table (table looks like:
ID, task, sort)
And I want to reorder the task list without updating all the records in
the table. I dont want to run a sql update stmt against every record to
update the "sort" field.
Any other easy way to do this? there has got to be a simple algo out
there.
any help is greatly appreciated.
ID, task, sort)
And I want to reorder the task list without updating all the records in
the table. I dont want to run a sql update stmt against every record to
update the "sort" field.
Any other easy way to do this? there has got to be a simple algo out
there.
any help is greatly appreciated.
Comment