I have a mySQL database with multiple tables with many fields.
Is there any own way to find only fields of type TEXT ?
I know how to do this using a scripting language such as PHP. I just want to know if there is a trick using SHOW TABLES / SHOW FIELDS. I dont know.
source share