6 lines
No EOL
171 B
PL/PgSQL
6 lines
No EOL
171 B
PL/PgSQL
begin;
|
|
|
|
insert into format_csv_banque values ('Dexia','dexia_be.inc.php');
|
|
alter table stock_goods alter sg_quantity type numeric(8,4);
|
|
update version set val=28;
|
|
commit; |