Two SQL queries in a single line
Hi Team,
Can anybody help me out to write the below two queries in a single query, please?
ENV : 10gR2, RHEL 5.
select count(1) from device@SFOTRAC;
select count(1) from device@SFONRP;
Is there any way to write these queries in a single query?
Thanks,
Harry
0