I have four tables in MSSQL and I want to transfer data from MSSQL to H2DB using a join table query which joins all four tables . means I want to transfer data from multiple tables from MSSQL to H2DB
and before transferring those data i have to perform some calculations on this data and want this in additional columns of H2 database.
.