Tagged Questions

1
vote
2answers
184 views

How do I sort a query object in ColdFusion 7?

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 …