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