TimesTen Error Messages

TT-02974

Using rownum to restrict number of rows returned cannot be combined with first N or rows M to N


Cause

You attempted to use ROWNUM in a query that also uses FIRST N or ROWS M TO N.


Action

Review the SELECT query and remove ROWNUM from it. Then, retry the query using FIRST N or ROWS M TO N. For more information, see SELECT in Oracle TimesTen In-Memory Database SQL Reference.


Additional Information

TimesTen did not perform the query.