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

Home -> Community -> Usenet -> c.d.o.misc -> Re: Is it possible to return the no. of records found

Re: Is it possible to return the no. of records found

From: John P. Higgins <jh33378nospam_at_deere.com>
Date: 1997/11/19
Message-ID: <3473438E.3720@deere.com>#1/1

Casper Thrane wrote:
>
> Hi
>
> Is it possible to return the number of records a query found, instead of
> the actaul recordset?
> --
> Casper Thrane
> Systemdeveloper
> Benau A/S

SELECT COUNT(*) FROM _____ WHERE __________; Received on Wed Nov 19 1997 - 00:00:00 CST

Original text of this message

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