Pinned Loading
-
Comparing two tables for equality
Comparing two tables for equality 1-- Two sets are equal iff their symmetric difference is the empty set.
2with a_minus_b as (
3select * from a
4except
5select * from b
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.