# ---------------------------------------------------------------------- # # Alter table "ARTICOLO_FORNITORE" # # ---------------------------------------------------------------------- # ALTER TABLE `ARTICOLO_FORNITORE` ADD COLUMN `costoAggiuntivo` DECIMAL(18,4); ###################################################################### #insert into PARM (codice) values ('DB_VERSION'); UPDATE PARM SET testo='273' where codice='DB_VERSION'; ######################################################################