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: query for # of rows

Re: query for # of rows

From: GHouck <hksys_at_teleport.com>
Date: Sat, 15 Jan 2000 23:34:02 -0800
Message-ID: <3881746A.6180@teleport.com>


dbrah_at_my-deja.com wrote:
>
> Is there a command to query a table for the number of rows without
> having to do SELECT *?
>
> Sent via Deja.com http://www.deja.com/
> Before you buy.

If not "SELECT *", then how about:

  select count(*) from ...

then?

Geoff Houck
systems hk
hksys_at_teleport.com
http://www.teleport.com/~hksys Received on Sun Jan 16 2000 - 01:34:02 CST

Original text of this message

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