Similar to Max Length of Data In Column – MSSQL this query will do the same for MySQL
Replace host (column) along with hosts (table) with what you’d like to check
SELECT host ,LENGTH(host) AS mlen FROM hosts ORDER BY mlen DESC
Similar to Max Length of Data In Column – MSSQL this query will do the same for MySQL
Replace host (column) along with hosts (table) with what you’d like to check
SELECT host ,LENGTH(host) AS mlen FROM hosts ORDER BY mlen DESC