// modifica il flgNascondi con nuovo valore 2 da -1 (Non Ordinabili) update ARTICOLO set flgNascondi = 2 where flgNascondi = -1 // modifica il flgNascondi imposta il valore 2 se c'รจ valore 0 (Non Ordinabili se sono Nascosti) update ARTICOLO set flgNascondi = 2 where flgNascondi = 0