create table test as
(text varchar2(100)
This column is setup as per the source table but want to find the max length of data in this column to see if it is being used as varchar(100) or if it only has data length of 50 for example.
Any ideas would be appreciated.