Limitations on OUTER JOIN
- Last Updated: May 12, 2026
- 1 minute read
- OpenAccess SDK
- Version 8.1
- Documentation
Filter conditions that use the operators [NOT] IN, ANY, ALL, BETWEEN, EXISTS, and sub-queries are not supported.
Example
SELECT * FROM emp LEFT OUTER JOIN dept ON dname IN ('Software', 'Marketing');