Update table in SQL if records exist, else than insert

Hi Christina,

updating and inserting can't be combined into one operation in EasyMorph. Instead, derive two tables from your main table. In one table, use filters to keep the records that already exist and for them do "Update DB table". In the other table, keep only the records that don't exist, and for them do "Export to database".

See also: