TimesTen Error Messages

TT-02706

Query not in select distinct list


Cause

You issued a query using the DISTINCT and ORDER BY clauses in which the column(s) specified in the ORDER BY clause were not in the SELECT DISTINCT list.


Action

Review the query making sure the columns specified in the ORDER BY clause have been specified in the SELECT DISTINCT list. For more information, see SELECT in Oracle TimesTen In-Memory Database SQL Reference.


Additional Information

TimesTen did not execute the query.