Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> all table names with row counts?
I want to perform query like this
select table_name, (select count(*) from table_name) from all_tables
but cannot fugure out how to build join correctly. Any ideas?
No procedural solution, please. Received on Wed Jan 27 1999 - 13:18:27 CST
![]() |
![]() |