Forse è perchè non posso mettere la clausola ORDER BY... però ora l'errore è altro...
codice:
UPDATE Interventi_clienti SET Importo_totale = (SELECT (ISNULL(Acconto1,0)+ISNULL(Acconto2,0)+ISNULL(Saldo,0)) AS Importogeneral from Interventi_clienti WHERE Importo_totale=NULL;) WHERE Importo_totale=NULL;
codice:
Microsoft OLE DB Provider for ODBC Drivers error '80040e14'
[Microsoft][ODBC Microsoft Access Driver] Wrong number of arguments used with function in query expression '(ISNULL(Acconto1,0)+ISNULL(Acconto2,0)+ISNULL(Saldo,0))'.