-

SELECT * FROM noticias tp INNER JOIN noticias_desc tpd ON tp.id_noticia = tpd.id_noticia WHERE tp.publicar=1 AND tpd.id_idioma=1 AND tp.id_seccion IN () ORDER BY tp.orden, tp.fecha DESC, tpd.titulo

[TEP STOP]