Hi there,
In an attempt to optimize our app, I'm trying to reuse a number of queries. I've got a bunch that are similar except for the Order By statement. I'm thinking that if I just lose the Order By line of the query I can reuse it all over the place. I just need to sort it the way I want after it has run
What is the best way to sort query results after the query has run?
I thought about doing a query of queries but I'm not sure how efficient that is going to be.
Thanks
In an attempt to optimize our app, I'm trying to reuse a number of queries. I've got a bunch that are similar except for the Order By statement. I'm thinking that if I just lose the Order By line of the query I can reuse it all over the place. I just need to sort it the way I want after it has run
What is the best way to sort query results after the query has run?
I thought about doing a query of queries but I'm not sure how efficient that is going to be.
Thanks