Hi All,
I was just wondering if any one can tell me if it is possible to do a comparison on a column that is not in the database but a temporary one. I am using sql sever 2000.
E.g
SELECT CardNumber
,sum(DailyTransactionValue)TotalSpend
from Customer
where TotalSpend < 399