3 lines
42 B
PL/PgSQL
3 lines
42 B
PL/PgSQL
begin;
|
|
update version set val=47;
|
|
commit;
|
begin;
|
|
update version set val=47;
|
|
commit;
|