Hi, I need to do a SELECT and an UPDATE, but I will have concurrent processes doing the same task.
How can I prevent that the concurrent task don't have the same results in the SELECT? Locking a table? How can I do that? Best Regards,
Hi, I need to do a SELECT and an UPDATE, but I will have concurrent processes doing the same task.
How can I prevent that the concurrent task don't have the same results in the SELECT? Locking a table? How can I do that? Best Regards,