Codice PHP:
...
$query_rsNews "SELECT * FROM catalogo WHERE artista IN (SELECT artista FROM artisti WHERE news_id=$news_id)";
...