I need a query where the results are based on a total of three columns and then arranged in the total order.
MEKTOT is not recognised as an SQL column in the WHERE clause - Could someone suggest a way round it?
Keith
MEKTOT is not recognised as an SQL column in the WHERE clause - Could someone suggest a way round it?
Code:
SELECT REC, INVNO, (INTOT+PICTOT+FREETOT) AS MEKTOT FROM FRAMES WHERE [red]MEKTOT[/red] > 100 ORDER BY MEKTOT
Keith