Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: query for # of rows
In article <85p1jr$5lm$1_at_nnrp1.deja.com>, dbrah_at_my-deja.com says...
> Is there a command to query a table for the number of rows without
> having to do SELECT *?
Maybe I'm misunderstanding, but wouldn't
select count(*)
from <table>
do what you're looking for?
Doug
--
![]() |
![]() |