相关疑难解决方法(0)

在 Liquibase 中, split 语句上可以有空行吗?

在 Liquibase 中, split 语句上可以有空行吗?

下面我想执行两条语句:

--changeset me:1 runAlways:false runOnChange:false failOnError:true splitStatements:true endDelimiter:;
update my_table
set    col = 1
where  col is null;

alter table my_table modify col not null;
Run Code Online (Sandbox Code Playgroud)

sql oracle liquibase oracle19c

4
推荐指数
1
解决办法
4299
查看次数

标签 统计

liquibase ×1

oracle ×1

oracle19c ×1

sql ×1