michelleqw
Programmer
Dear users,
We made a sql statement:
Example:
SELECT sum(freight) as FT
from orders
where FT > 3700
group by EmployeeID
order by FT desc
The where statement gives a problem because FT is not a field! Is there any possebillity get the right records with FT?
If yes, can someone give us source?
Nice regards,
Michelle.
We made a sql statement:
Example:
SELECT sum(freight) as FT
from orders
where FT > 3700
group by EmployeeID
order by FT desc
The where statement gives a problem because FT is not a field! Is there any possebillity get the right records with FT?
If yes, can someone give us source?
Nice regards,
Michelle.