3 lines
74 B
Text
3 lines
74 B
Text
|
|
select NOT EXISTS
|
||
|
|
(from s where NOT EXISTS (from t where s.id = t.id));
|