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
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.