Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> COunt problem
Hi ,
I am trying to do a count on 2 table at the same time.
select count(a.idcode), count(b.idcode)
from emp a, emp_dis b
The result return are not corrent. Both idcode datatype is number.
Actual table count for emp : 15
Actual table count for emp_dis :25
Thank You
JK
-- http://www.freelists.org/webpage/oracle-lReceived on Mon Jun 13 2005 - 22:33:36 CDT
![]() |
![]() |