Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Skewed Data or What?
How many rows are in each table?
How about when you run...
SELECT count(*) BR.VOUCHER_DTL WHERE gl_cd LIKE '0807%';
...and...
SELECT count(*) from BR.ACCOUNT WHERE party_type = '6';
Regards,
Steve Received on Sat Apr 29 2006 - 11:47:25 CDT