The documentation for `intersect` is: > Find the intersection of two queries, collapsing duplicates. `intersect a b` is the same as the SQL statement `x INTERSECT b`. Note that it mentions the free variables `a`, `b` and `x`. It should only mention `a` and `b`.
The documentation for
intersectis:Note that it mentions the free variables
a,bandx. It should only mentionaandb.