Hi-
Could someone please explain what the AS [%$##@_Alias] refers to in this query? It works but isnt the name of a table or query in the database?
Any indication, much appreciated,
Rob
SELECT DISTINCT SITE
FROM [SELECT SITE, ID, count(*)
FROM L_ALL
GROUP BY SITE, ID
HAVING count(*) > 1]. AS [%$##@_Alias];
Could someone please explain what the AS [%$##@_Alias] refers to in this query? It works but isnt the name of a table or query in the database?
Any indication, much appreciated,
Rob
SELECT DISTINCT SITE
FROM [SELECT SITE, ID, count(*)
FROM L_ALL
GROUP BY SITE, ID
HAVING count(*) > 1]. AS [%$##@_Alias];