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

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;