11 lines
137 B
SQL
11 lines
137 B
SQL
--eseguire come utente DBCGO
|
|
|
|
spool updateSTATOGRP.log;
|
|
|
|
update dbcgo_stato_rec
|
|
set id_stato_grp=3
|
|
where id_stato=3;
|
|
|
|
commit;
|
|
|
|
spool off; |