Details
-
Task
-
Status: In Progress (View Workflow)
-
Major
-
Resolution: Unresolved
-
None
-
Q3/2026 Server Development
Description
Phase 3 development work for FULL OUTER JOIN which, primarily, covers the implementation of non-base table support on the "right/inner" side of a FULL OUTER JOIN. Phase 2 allowed
(...) FULL JOIN tx
where tx is a base table only. Phase 3 will allow
(...) FULL JOIN (...)
where (...) represent SQL expressions that would be supported by other JOIN types.