Hi,
I need to find whether the character length of a column value "cust name" is greater than 20 or not. The data type is varchar2(250), only i need to filter the cust name column value length > 20 . Since there are millions of records available, I cant do it manually , please let me know whether we can filter this using SQL query?
Thanks.