Files
2024-05-13 12:54:14 +02:00

9 lines
110 B
SQL

spool RU_312_2.log
update mnp_evasione_rec
set capacita_minima=0,capacita_totale=0
/
commit
/
spool off;
exit