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

Home -> Community -> Usenet -> c.d.o.tools -> Re: Column Width Info

Re: Column Width Info

From: Frank Kron <F.KRON_at_deutschepost.de>
Date: 2000/07/20
Message-ID: <3976A83D.5A514573@deutschepost.de>#1/1

Hi,

try this:

select DATA_TYPE,DATA_LENGTH
from all_tab_columns
where owner ='XXX'
and table_name='YYY'
and column_name='ZZZ';

By
Frank

Oleg Kuzmin schrieb:

> Greetings!
>
> Probably it's a question of a newbie, but I cannot find a way to return the
> column width info in Oracle SQL. 'Desc tablename' gives the information for
> the whole table, and I need to select only the width of one of the columns.
>
> Thanks,
>
> Oleg
Received on Thu Jul 20 2000 - 00:00:00 CDT

Original text of this message

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