I would like to know if I could use just the update statement form client to insert/update the data into the table instead of using Insert and then update if the key exists. What are the performance problems in using update or insert/update?
↧
I would like to know if I could use just the update statement form client to insert/update the data into the table instead of using Insert and then update if the key exists. What are the performance problems in using update or insert/update?