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 -

sql - MySQL query optimization using coalesce -

unity3d - Unity local avoidance in user created world -