Hi all,
I have a perfectly normal table of the following pattern:
key (int), values.......
the key is tied into the values though.
The problem is I've got to a stage where the keys are out of order so ever query has to have an "order by" clause in it. To save me effort P) is there a way to re-order the values in the table to be in key order?
Cheers!
Jo
I have a perfectly normal table of the following pattern:
key (int), values.......
the key is tied into the values though.
The problem is I've got to a stage where the keys are out of order so ever query has to have an "order by" clause in it. To save me effort P) is there a way to re-order the values in the table to be in key order?
Cheers!
Jo