Powered by Zoomin Software. For more details please contactZoomin

DataDirect OpenAccess SDK Help

Limitations on UNION

  • Last Updated: May 12, 2026
  • 1 minute read
    • OpenAccess SDK
    • Version 8.1
    • Documentation

Using a correlated column in a UNION sub-query is not supported.

Example

SELECT * FROM emp, dept d WHERE sal IN 
(SELECT sal FROM emp WHERE d.deptno = deptno UNION
SELECT sal FROM emp);
TitleResults for “How to create a CRG?”Also Available inAlert