RosettaCodeData/Task/Set/DuckDB/set-6.duckdb

3 lines
78 B
Plaintext

select count() from
( (from s EXCEPT from t) UNION (from t EXCEPT from s));