I have 2 tables Source and Destination that have the same fields. ID and COUNTRY, though they both have other fields too that are not in common.
I need to copy the Source.Country value to the Destination.Country where the join is on ID. I can’t make SQLite do this. In SQL Server this is a super simple task.
See SQL As Understood By SQLite: INSERT for a formal definition.