select - find biggest value field from table mysql -


would know , how find biggest value storing field table .? table has 40 fields string , know field has biggest string..

thanks

run following query on each column.

select max(length(column_name)) table_name;


Comments

Popular posts from this blog

Fail to load namespace Spring Security http://www.springframework.org/security/tags -

c++ - Clock_gettime() function outputting incorrect time -

asp.net core mvc - How important is the global.json and src folder? -