All: I would like to 'ALIAS' an expression in a SELECT statement:
SELECT Turtle, COUNT(Turtle) AS Stack + FROM Salamasond + WHERE KingOfThemAll LIKE 'Yertle' + GROUP BY Turtle,Stack + HAVING Stack > 10 + ORDER BY Stack,Turtle ... or column names to that effect, but what I get is an: -ERROR- Column stack not found (2369) Is there a way to 'package' the expression to have Mack's 'stack' recognized? Thanks Bruce Chitiea SafeSectors, Inc. eCondoMetrics

