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

3 lines
74 B
Plaintext

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