run two different select statements
benjoDec 22 2009 — edited Dec 23 2009guys,
need your help. i want to run two different sql select statements in oracle on a single run.
select count(*) from table_a;
select count(*) from table_b;
i don't want to use stored procedure or run it as script. is this possible? In MSSQL, it can run two different sql select statments and produce the results in a single run.
Regards,
benjo