I'm looking to show a list of tables where the content of one of the columns matches a search term. I have tried
SHOW TABLES WHERE comment LIKE '$searchterm%'
and get this error
Unknown column 'comment' in 'where clause'
.
I know this query is not correct but I am wondering is there a way to get the same results with a different query.
Thanx in advance