Details
-
Task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
Description
SQL Standard allows to use EXCEPT ALL and INTERSECT ALL as set operations.
Currently MariaDB Server does not support them.
The goal of this task is to support EXCEPT ALL and INTERSECT ALL
1. at syntax level - allow to use operators EXCEPT ALL and INTERSECT ALL in query expression body
2. at execution level - implement these operations employing temporary tables
(the implementation could use the idea similar to that used for the existing implementation of the INTERSECT operation).
Attachments
Issue Links
- relates to
-
MDEV-21716 Document EXCEPT ALL and INTERSECT ALL operations
- Closed
-
MDEV-24242 Query returns wrong result while using big_tables=1;
- Closed