Giovanni Battista Lenoci ha scritto: > SELECT * FROM articles_it as it LEFT JOIN articles_en as en on > en.articles_id=it.id JOIN articles_de as de on de.articles_id=it.id > WHERE it.id=2 > Via l'asterisco e prendi solo i campi che ti servono aliasandoli, SELECT articles_en.descrizione_breve AS descrizione_breve_en ... Ciao Marcello