Jag har kört följande fråga. Det fungerar korrekt.. Du kan kolla upp det.
SELECT
( SELECT count(*) from table1 where.... )
+ ( SELECT count(*) from table2 where.... )
as total from dual
Jag har kört följande fråga. Det fungerar korrekt.. Du kan kolla upp det.
SELECT
( SELECT count(*) from table1 where.... )
+ ( SELECT count(*) from table2 where.... )
as total from dual