SELECT tg.id_padre,tg.id_opcion, tg.id_generador, tau.archivo_tipo as archivo_tipo, tau.archivo_anio as archivo_anio, generador_titulo,generador_encabezado,generador_descripcion, count(tau.id_generador) archivos,count(te.id_generador) enlaces FROM trans_transparencia_generador tg LEFT JOIN trans_transparencia_archivo_usuario tau ON tau.id_generador = tg.id_generador and tau.archivo_publicar = 's' LEFT JOIN trans_transparencia_enlaces te ON te.id_generador = tg.id_generador and te.enlace_publicar = 's' WHERE ( id_padre ='9' ) and oculto = '0' GROUP BY tg.id_generador, tg.id_generador, generador_titulo ASC order by tg.orden
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'ASC order by tg.orden' at line 8