Liquibase insert select multiple rows postgres
Advertisements I want to insert into table1 multiple rows from table2. The problem is that I have some fields in table1 that I want to compute, and some rows that I want to select from table2. For example something like this: insert into table1 (id, selectField1, selectField2, constant) values ((gen_random_uuid()), (select superField1 from table2), (select… Read More Liquibase insert select multiple rows postgres