Say that you a large number of tables in a database and you want to have a list of all the tables in the database in which one or more of the column names contains (or is) a specified substring (preferably case insensitive). For example, if the substring
is "heat", this query will present me with a list of all the tables in the database in a column has "heat" somewhere in the name. Is a query like this possible? (also, I'm using the free version if that matters).
↧