How to find max LENGTH of a LONG datatype column
399843Jul 25 2003 — edited Jul 27 2003Hi all,
Unfortunately, I have to deal with a table which has a column of LONG datatype (Oracle 9i R2). I would like to know how to spot the record with the maximum length in this table, or simply put, the longest field of this column.
The sql command: "select max(length(col_name)) from my_table" doesn't work with a LONG datatype.
Any suggestions, please?
Thank you,
Sophie