Errore durante l'esecuzione della query: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'ORDER BY a.id DESC' at line 3
SELECT a.id, a.titolo, a.categoria, a.alias, a.testo, a.foto, a.autore, a.dataCreazione, a.dataPubblicazione FROM geecB_contenuti AS a JOIN geecB_associazioniTagArticoli AS at ON a.id = at.idArticolo WHERE a.stato LIKE 'pubblicato' AND at.idTag= ORDER BY a.id DESC