1 line
52 B
Text
1 line
52 B
Text
select count() as n from (from s INTERSECT from t);
|
select count() as n from (from s INTERSECT from t);
|