Hello
Does anyone know how I can perform a secondary sort on data which is already sorted.
For example, if I run the following query:
SELECT * FROM table ORDER BY AAA;
I would like the rows which have a matching AAA attribute to be sorting according to some other attribute (BBB for example)
thanks in