Hi,
I have a database table DbTable containing 3 columns: Key1, Key2, and Value.
Now, in coldfusion, I have created a coldfusion query MyQuery that contains the same 3 columns. After I populate MyQuery with some rows, I would like to upload/insert into DbTable the rows whose 2 keys are not...