First commit

This commit is contained in:
MaddoScientisto 2026-04-07 18:02:17 +02:00
commit cc69770608
1468 changed files with 265316 additions and 128 deletions

View file

@ -0,0 +1,5 @@
// 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