matrixone
matrixone copied to clipboard
[Subtask]: Support SELECT ... MINUS in Plan
Parent Issue
#4094
Detail of Subtask
SELECT ... MINUS SELECT ... [MINUS SELECT ...]
Sample: (SELECT a FROM t1 WHERE a=10 AND B=1 ORDER BY a LIMIT 10) MINUS (SELECT a FROM t2 WHERE a=11 AND B=2 ORDER BY a LIMIT 10);
Describe implementation you've considered
No response
Additional information
No response
Build plan is done. Executor is another issue