3 lines
100 B
SQL
3 lines
100 B
SQL
update mnp_anagrafica_operatori set id_amministrativo = 'N001' where id_operatore = 'ICSI';
|
|
commit;
|