Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Skewed Data or What?

Re: Skewed Data or What?

From: <stevedhoward_at_gmail.com>
Date: 29 Apr 2006 09:47:25 -0700
Message-ID: <1146329245.752980.96840@u72g2000cwu.googlegroups.com>


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

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US