Does anybody know if there is a way to find what the length of the longest row in a column in Oracle?
Basically I need to get the length of the longest row and then
select max(length(MyColumn)) as MaxLength from MyTable