TT-02705
Column column_name in statement is not in group by list
Cause
You specified one or more columns in the SELECT column list or the HAVING clause and did not include the column(s) in the GROUP BY clause. Simple columns (not aggregate or expressions) referenced in the SELECT column list or the HAVING clause must be specified in the GROUP BY column list.
Action
Perform the operation again making sure to include columns in the SELECT list or HAVING clause in the GROUP BY clause. For more information, see SELECT in Oracle TimesTen In-Memory Database SQL Reference.
Additional Information
TimesTen did not perform the SELECT operation.
TT-02705
Column column_name in statement is not in group by list
Cause
You specified one or more columns in the SELECT column list or the HAVING clause and did not include the column(s) in the GROUP BY clause. Simple columns (not aggregate or expressions) referenced in the SELECT column list or the HAVING clause must be specified in the GROUP BY column list.
Action
Perform the operation again making sure to include columns in the SELECT list or HAVING clause in the GROUP BY clause. For more information, see SELECT in Oracle TimesTen In-Memory Database SQL Reference.
Additional Information
TimesTen did not perform the SELECT operation.
TT-02705
Column column_name in statement is not in group by list
Cause
You specified one or more columns in the SELECT column list or the HAVING clause and did not include the column(s) in the GROUP BY clause. Simple columns (not aggregate or expressions) referenced in the SELECT column list or the HAVING clause must be specified in the GROUP BY column list.
Action
Perform the operation again making sure to include columns in the SELECT list or HAVING clause in the GROUP BY clause. For more information, see SELECT in the Oracle TimesTen In-Memory Database SQL Reference.
Additional Information
TimesTen did not perform the SELECT operation.