When you haven’t idea where one or more columns name are available, you can search them on all table of the database, using the following clause:
1 2 3 4 |
|
Where COLUMN_NAME_DESIRED is the name of the column to be searched and DATABASE_TARGET is the database where it must be searched.