Subject | Performance problem with Upadate or Insert Statement |
---|---|
Author | michaeleubanks2000 |
Post date | 2008-06-20T21:30:06Z |
Using IB Expert I executed these two statements:
update or insert into "Transaction File" ("Store ID", "Unique
ID", "Quantity") values (1,47023,1) matching ("Store ID", "Unique ID")
update or insert into "Transaction File" ("Store ID", "Unique
ID", "Quantity") values (1,47023,1) matching ("Store ID", "Unique ID")