Hi,
I am trying to update my results table with matching values from another table. While, updating , is there any possibility to display records that have not been updated(not matched)?
BEGIN WORK
UPDATE results, testcases
SET results.testset = testcases.TestSet
WHERE results.TestCase = testcases.TestCase