Related umbrella: #130
Current state
KiteSQL currently implements UNION and EXCEPT, but not INTERSECT.
Expected
Support INTERSECT as a set operator.
Pointers
src/binder/select.rs:726
src/binder/select.rs:794
- Reproduced with
select 1 intersect select 1
Related umbrella: #130
Current state
KiteSQL currently implements
UNIONandEXCEPT, but notINTERSECT.Expected
Support
INTERSECTas a set operator.Pointers
src/binder/select.rs:726src/binder/select.rs:794select 1 intersect select 1