Hi,
I have a query which is something like
select A, B, C, B-C as CalcField1
From Table
Sort by CalcField1
When I run this query it asks for a paramter value for CalcField1 so before I tell my manager to sort it himself manually after running the query is there any simple way to sort on a...