Ver originalselect * FROM `textos` WHERE `text_id` in (SELECT `relacion_texto_categoria_id` FROM `relaciones` where `relacion_texto_descendente_id` in(SELECT `texto_id` FROM `textos` WHERE `texto_nombre` like '%rafa%' and`text_tipo`='tags'))and `text_tipo`='noticias'