Spustil jsem následující dotaz Funguje to správně.. Můžete to zkontrolovat.
SELECT
( SELECT count(*) from table1 where.... )
+ ( SELECT count(*) from table2 where.... )
as total from dual
Spustil jsem následující dotaz Funguje to správně.. Můžete to zkontrolovat.
SELECT
( SELECT count(*) from table1 where.... )
+ ( SELECT count(*) from table2 where.... )
as total from dual