Uruchomiłem następujące zapytanie. Działa poprawnie. Możesz to sprawdzić.
SELECT
( SELECT count(*) from table1 where.... )
+ ( SELECT count(*) from table2 where.... )
as total from dual
Uruchomiłem następujące zapytanie. Działa poprawnie. Możesz to sprawdzić.
SELECT
( SELECT count(*) from table1 where.... )
+ ( SELECT count(*) from table2 where.... )
as total from dual