Is it possible to find specific values across tables?

I know how to do this in SQL server, but I'm struggling with Metabase - what I'm trying to do is find a value, say "Catsinhats", across all tables in a database on Metabase. I don't need to return the actual rows, only the column and table that the value is contained in (if it returns the row, that's okay too). I can locate specific column names, but I believe that the column(s) that this value is contained in have random names. Thank you!

Hi @saaballergies
That would require writing that in SQL question. It's not possible to make that in GUI questions.