Hi,
I want to execute a query as follow:
INSERT INTO table1 (
field1_pk,
field2,
field3)
values (
‘value1’,
‘value2’,
(select field2 from table2 where field1_pk = ‘PIPPO’)
)
It is possible with Liquibase without tag ?
Thanks in advance
Hi,
I want to execute a query as follow:
INSERT INTO table1 (
field1_pk,
field2,
field3)
values (
‘value1’,
‘value2’,
(select field2 from table2 where field1_pk = ‘PIPPO’)
)
It is possible with Liquibase without tag ?
Thanks in advance
| Topic | Replies | Views | Activity | |
|---|---|---|---|---|
| data insertion based on a select | 2 | 1695 | December 5, 2011 | |
| Sequence value while inserting the data in table. | 3 | 3786 | August 1, 2011 | |
| Is there a way to add value from one query to another in xml based changeset? | 3 | 12321 | January 21, 2024 | |
| Create table from a existing table | 1 | 1253 | October 9, 2013 | |
| Insert into table if entry does not exist | 1 | 5503 | September 3, 2013 |