Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> all table names with row counts?

all table names with row counts?

From: Vadim Tropasko <vtropash_at_us.oracle.com>
Date: Wed, 27 Jan 1999 11:18:27 -0800
Message-ID: <36AF6683.8816B009@us.oracle.com>


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

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US