mysql workbench search all tables for column name code example
Example: mysql workbench search all tables
-- In the search bar under "Schemas", type:
*.substring -- beginning of table name
*.*substring -- anwhere in table name
-- In the search bar under "Schemas", type:
*.substring -- beginning of table name
*.*substring -- anwhere in table name