codice:
sql = "SELECT DISTINCT right(DATA,4) AS DATA2 FROM TABELLA2 ORDER BY right(DATA,4)"
Recuperi "data2"

Roby