BrenoAguiar
IS-IT--Management
what would be the SQL to run a query that updates a record in table with the data from a another table using the same primary key fields. Now, if the record (based on the primary key field) does not exist in the destination table, then INSERT the record!
Source tbl: "inventory"
destination tbl: "inventory_count"
primary key field: [unitID]
other fields: [field1] and [field2]
Thanks for the help
Source tbl: "inventory"
destination tbl: "inventory_count"
primary key field: [unitID]
other fields: [field1] and [field2]
Thanks for the help