Un errore Mysql si è presentato durante l'esecuzione dello script:
- La query che si sta cercando di eseguire è invalida
- Query SQL: SELECT a.id_articolo, a.titolo, a.sx, a.dx, a.livello, a.sezione AS a, a.link_esterno, a.id_padre FROM articoli AS a, articoli AS b WHERE a.sx > b.sx AND a.dx < b.dx AND a.titolo != 'SX' AND a.titolo != 'DX' and a.livello between (b.livello) and (b.livello+1) or (b.id_articolo='1' and a.id_articolo='1') AND a.titolo != 'HOME' ORDER BY sx ASC