puoi provare anche cosi':
Codice PHP:
SELECT b.descrizione FROM tabella1 a,
tabella2 b
WHERE b.id_tabella2 = a.id_tabella2
puoi provare anche cosi':
Codice PHP:
SELECT b.descrizione FROM tabella1 a,
tabella2 b
WHERE b.id_tabella2 = a.id_tabella2