8 lines
124 B
SQL
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 |