Regalamiunsorriso/www/admin/_alterTable/_old/996_aggiustaFlgNascondi.sql
2026-04-07 18:02:17 +02:00

5 lines
No EOL
284 B
SQL

// 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