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

8 lines
124 B
SQL

spool /mnpapp/log/script/RU_239.log
update mnp_olo_prefissi set COD_OLO = 5 where PREFIX = '366';
/
commit
/
spool off
exit