3 lines
78 B
Text
3 lines
78 B
Text
|
|
select count() from
|
||
|
|
( (from s EXCEPT from t) UNION (from t EXCEPT from s));
|