TimesTen Error Messages

TT-02795

column_name not in the select list of the first select


Cause

You specified a column name in the ORDER BY clause, but the column of the table or column alias was not in the left most SELECT list.


Action

Retry the operation making sure the column name of the table or the column alias in the left most select list is in the ORDER BY clause. For more information, see SELECT in Oracle TimesTen In-Memory Database SQL Reference.


Additional Information

TimesTen did not perform the operation.