Re: ** HELP ** How to get the number of columns of tables;

From: Jack L. Swayze Sr. <keystrk_at_feist.com>
Date: 1996/05/20
Message-ID: <4nr386$pdd_at_wormer.fn.net>#1/1


duffy_at_cais2.cais.com (MCC) wrote:

>I would like to count the numbers of columns for every tables in the
>database. Instead of using DESCRIBE to get the columns for each table and
>count them, is there any smarter way of doing this?

Select Table_Name, Count(*)
  from User_tab_columns
  group by Table_name;


'Keystroke'
KeystrkTX_at_AOL.COM Received on Mon May 20 1996 - 00:00:00 CEST

Original text of this message