Hi,
I am having two tables below where i need to check if any record present in either of two tables proceed something like this
select count(*) into cnt from T1 where rownum=1
select count(*) into cnt_1 from T2 where rownum=1
if cnt or cnt_1 > 0 then
proceed