RETURN indicates that the statement result should be included in the query result.
All EQL statements begin with either DEFINE or RETURN.
RETURN provides the key for accessing EQL results from the Endeca Server query result. This is important when more than one statement is submitted with the query.
RETURN <recordSetName> AS ...
RETURN result AS SELECT COUNTDISTINCT(Color) AS Total GROUP BY Size