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: ROWS COUNT

Re: ROWS COUNT

From: Rupesh Kapoor <rupesh_at_whowhere.com>
Date: 1997/02/12
Message-ID: <33021883.1A59@whowhere.com>#1/1

Claudio Roca wrote:
> =
 

> I'm doing a PRO C program to compare the amount of exported rows with
> some kind of 'select count(*)', but it=B4s very slow.
> Does anybody know a good method to this?
> =
 

> Thanks.

I believe select count(1) is faster, esp. if the data dictionary is large.

Rupesh Received on Wed Feb 12 1997 - 00:00:00 CST

Original text of this message

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