Wednesday, January 26, 2011

select count from multiple table

Select
(Select Count(*) From table1),
(Select Count(*) From table2)
from dual;


it works!

No comments: