RosettaCodeData/Task/Set/DuckDB/set-7.duckdb
2025-08-11 18:05:26 -07:00

2 lines
139 B
Text

select (EXISTS (from s where NOT EXISTS (from t where s.id=t.id))) or
(EXISTS (from t where NOT EXISTS (from s where s.id=t.id)) );