Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> find max length of data in all columns?
I'd like to find the max length of data in all the varchar2 columns of
the entire db. To do the following query column by column will take a
long time as the db is huge.
select max(length(col_name1)) from table_name1;
Is there any system tables that store such an information?
Thanks,
Susan
Received on Wed Dec 11 2002 - 01:28:57 CST
![]() |
![]() |