I have a query object, with, say, fifteen rows returned. For all intents and purposes, I can't modify the SQL which generates the query object, but I need to sort this query object by column. Is there a way to do this in ColdFusion 7 without resorting to an external library?
Edit: I should add: I've run a query on this query object, and done an ORDER BY
clause in this query of the query. Is there another way of doing this?