length of column across all tables in a MySQL Database -


How to get the maximum column size of the common column like 'ID' in all tables in MySQL

notification_select the TABLE_NAME, COLUMN_NAME, DATA_TYPE, CHARACTER_MAXIMUM_LENGTH, where column_name = 'id' order 3;

Use this

This will solve this problem


Comments

Popular posts from this blog

email - PHP mail error ... failed to open stream : permission denied -

c# - ListView onScroll event -

c - Linux mmap() error -