I want to search in all fields from all tables of a MySQL database a given string, possibly using syntax as:

SELECT * FROM * WHERE * LIKE '%stuff%'

Is it possible to do something like this?

26 Answers
26

Tags:

Leave a Reply

Your email address will not be published. Required fields are marked *