hi,
just wondering what's the prefered way to swap two rows around? I currently order-by the auto increment value, which is fine in itself. But am i able to actually manipulate those auto-inc'd values in existing rows? eg swap them? I guess if not i should create a new value 'position' which mirrors the auto-inc value but can be swapped across rows, at will?
hmmm, any thoughts?
thanks