How to Load CSVs With SQL Subqueries in Liquibase
Say you want to set up a Liquibase changelog to insert some data, but you don't know the IDs of some entity, and you can express it as a query. With Liquibase's computed column attribute, you can embed...