SELECT eventi_evento , eventi_data , eventi_ora_in , eventi_ora_fin , eventi_dest , eventi_luogo , eventi_arg , eventi_centra , eventi_contatoreCentra , eventi_linkfileCentra , eventi_iscrizione , eventi_Id , tpl_nome , tpl_par_Id
FROM eventi AS t1 JOIN template t2 ON t1.eventi_tpl = t2.tpl_Id WHERE t1.eventi_attivo = 'S' ORDER BY t1.eventi_data DESC , t1.eventi_ora_in DESC , t1.eventi_Id desc; |