Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Finding total Rows without count() ?
I think I found:
select /*+index_ffs(table_name)*/ count(*) cnt from table_name WHERE
recno > -999999
Where recno is a PK with a unique index on it
To be pretty quick!
Sent via Deja.com http://www.deja.com/
Before you buy.
Received on Thu Dec 16 1999 - 02:49:09 CST
![]() |
![]() |