TimesTen Error Messages

TT-03101

Outer join operator(+) not allowed in select list, order by or group by clause


Cause

You attempted to use the OUTER JOIN operator (+) in a SELECT list (for example, SELECT x1(+)FROM...) or in an ORDER BY clause (for example, ORDER BY x1(+)) or in a GROUP BY clause (for example: GROUP BY x1(+)). Neither of these uses are supported.


Action

Do not use the OUTER JOIN operator (+) in a SELECT list, in an ORDER BY clause, or in a GROUP BY clause.


Additional Information

TimesTen cannot execute the SQL statement.