Quantcast
Channel: Liquibase Forums
Viewing all articles
Browse latest Browse all 2993

Load Data from CSV where one column value is derived from a sql

$
0
0
Hi,
I am trying to load data from csv file.
One of my insert columns value  with type as NUMBER  maxValue is the result of the sql 'select max( id) from myTable'.

All the other values are picked up from the csv file.

How can I do that in liquibase ?

Any help is appreciated.
Thanks



Viewing all articles
Browse latest Browse all 2993

Trending Articles