Search all tables using MySQL Workbench

眉间皱痕 提交于 2019-12-08 15:53:33

问题


Can I search all tables for a string with the MySQL GUI?

Or is something like this: mySQL query to search all tables within a database for a string? the only solution?


回答1:


Yes.

From the Schema Tree, choose the tables and/or schemas you want to search, right click and then select Search Data Table... from the context menu.

The search has some options:

Search for table fields that: "CONTAINS", "Search using =", "Search using LIKE", "Search using REGEXP". These search options are case-insensitive.

You can get more information in the official docs.



来源:https://stackoverflow.com/questions/10384201/search-all-tables-using-mysql-workbench

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!