Code:
....
UPDATE I_2014 INNER JOIN CODICI ON I_2014.DESCRIZIONE = CODICI.DESCRIZIONE SET I_2014.T = [CODICI].[SN];
...
i have this query with a simple join.
Is possible, with a modify of my original quuery, to update the field I_2014.T with "K" if the join condition return a not matching values?