Hvis det antages, at de to tabeller har de samme datatyper for id og nyheder/indhold, vil en forespørgsel i stil med
SELECT id, 'articles' as tablename
WHERE content like '%string to search for%'
UNION
SELECT id, 'news' as tablename
WHERE news like '%string to search for%'
Bør give dig det resultat, du leder efter