मैंने निम्न क्वेरी चलाई है यह सही ढंग से काम कर रही है.. आप इसे देख सकते हैं।
SELECT
( SELECT count(*) from table1 where.... )
+ ( SELECT count(*) from table2 where.... )
as total from dual
मैंने निम्न क्वेरी चलाई है यह सही ढंग से काम कर रही है.. आप इसे देख सकते हैं।
SELECT
( SELECT count(*) from table1 where.... )
+ ( SELECT count(*) from table2 where.... )
as total from dual