Published
- 1 min read
mysql get longest string in column
The solution for this is noted below
mysql get longest string in column
Solution
ORDER BY LENGTH(description) DESC LIMIT 1
Try other methods by searching on the site. That is if this doesn’t work