There's a table that contains a specific value in it but I don't know which column contains the value (although I do know the table). How do I construct a query to search through the table to find this data?
I know the where is something like...
where (data) like '%myString%'