4 lines
109 B
SQL
4 lines
109 B
SQL
update mnp_evasione_rec set capacita_totale = 9000, capacita_minima = 9000
|
|
where cod_olo in (4,7,2);
|
|
commit;
|