How can I search for in table_a table_b table_c, which have a random number of columns for a string?
I know this is not propper sql but it would be something like:
SELECT * FROM users, accounts, something_else WHERE ->ANY COLUMN CONTAINS 'this_string'<-
Ty in advance for SO community