let's say i have this mysql table structure
:
table : articles
----------------
id
content
table : news
------------
id
news
is there a way to search for a string in this two tables and then if the string occurs to return the table's name and the row id ?