Is it possible to UPDATE a row and then SELECT the updated data from the very same row inside the same transaction without fear of a deadlock?
Is it possible to UPDATE a row and then SELECT the updated data from the very same row inside the same transaction without fear of a deadlock?