matrixone icon indicating copy to clipboard operation
matrixone copied to clipboard

[Subtask]: Support SELECT ... MINUS in Plan

Open ouyuanning opened this issue 3 years ago • 1 comments

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

ouyuanning avatar Jul 28 '22 06:07 ouyuanning

Build plan is done. Executor is another issue

ouyuanning avatar Aug 04 '22 00:08 ouyuanning