** HELP ** How to get the number of columns of tab

From: <npo_at_sion.com>
Date: 1996/05/26
Message-ID: <tcpnntpd.16.5.26.14.7.38.2309137362.1294916_at_sion.com>#1/1


You may use a table named all_tab_columns . Query may go like this:
Select table_name, count(*)
from all_tab_columns
group by table_name
May be you need filtering by owner. Tryi it


  • SION Telematica * Buenos Aires - ARGENTINA Voice: +541-469-1334 -> Modem: (+541)656-9195 / (+541)469-1335
Received on Sun May 26 1996 - 00:00:00 CEST

Original text of this message