9 lines
110 B
SQL
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 |