First Commit - Source Code from Reply
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
--eseguire come utente DBCGO
|
||||
|
||||
spool updateOT.log;
|
||||
|
||||
update dbcgo_gestione_richiesta
|
||||
set nome_ot_leg = trim(nome_ot_leg)
|
||||
where nome_ot_leg like 'C%';
|
||||
|
||||
commit;
|
||||
|
||||
update dbcgo_gestione_richiesta
|
||||
set nome_ot_geo = trim(nome_ot_geo)
|
||||
where nome_ot_geo like 'C%';
|
||||
|
||||
commit;
|
||||
|
||||
spool off;
|
||||
Reference in New Issue
Block a user