Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: How to get total number of rows before executing the sql /fetch
Sidhartha Sahoo wrote:
>
> We want to know the toal number of rows expected in a cursor fetch
> before doing actual fetch. (before executing)
>
> thanks
>
> Sidhartha
Computers are not clairvoyant. The best shot you have isto duplicate the query with "COUNT(*)". Received on Thu Sep 25 1997 - 00:00:00 CDT
![]() |
![]() |