Regalamiunsorriso/www/admin/_alterTable/_old/996_aggiustaFlgNascondi.sql

5 lines
284 B
MySQL
Raw Normal View History

2026-04-07 18:02:17 +02:00
// 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