I know that probably it's not possible to do this, but just want to check it out with you, guys... Is it possible to do something like this, using MySQL? I want to search in all fields from all tables a given string:
SELECT * FROM * WHERE * LIKE '%stuff%'