SyntaxFix
Write A Post
Hire A Developer
Questions
Select URColumnName From URTableName Where length(URColumnName ) IN (Select max(length(URColumnName)) From URTableName);
This will give you the records in that particular column which has the maximum length.