In IDE with Scala 2.13, I retrieve data of two tables from a Mysql DB. I match two columns from the two tables (like left join) and insert them back to a MySql table.
<