Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: What's fast way to get total of records
zhao wrote:
>
> Hi,
>
> Can someone tell me what's fast way to get total of records in a table
> except using "select count(*)" statement? Can I get the information from a
> system table?
>
> Thanks,
>
> Andy
select count(*) from my_table sample(0.00001) Received on Fri Sep 26 2003 - 05:24:08 CDT
![]() |
![]() |