TimesTen Error Messages

TT-03008

Scalar subquery returned more than one row


Cause

You issued a query that contained a SQL subquery that returns more than one row of information.


Action

Rewrite your query so that the subquery returns a single row. Alternatively, modify your query to use a keyword (ANY, ALL, IN or NOT IN) with your subquery results. For more information, see Scalar subqueries in Oracle TimesTen In-Memory Database SQL Reference.


Additional Information

TimesTen cannot perform the SQL operation.