SyntaxFix
Write A Post
Hire A Developer
Questions
For Postgres:
SELECT column FROM table WHERE char_length(column) = (SELECT max(char_length(column)) FROM table )
This will give you the string itself,modified for postgres from @Thorsten Kettner answer