Find a specific column entry in an unknown table in a database?

后端 未结 6 961
野趣味
野趣味 2020-12-11 20:53

I\'m aware of this topic ( Find a specific column in an unknown table in a database? ) and my problem is quite similar. The query I need is quite similar to this one (I thin

6条回答
  •  时光取名叫无心
    2020-12-11 21:27

    Using SQL Workbench/J you can run the following statement:

    WbGrepData -searchValue=watcher
    

    it will search through all columns in all (accessible) tables and return all rows where the search term is found in at least one column.

提交回复
热议问题