Z
ZippyV
I have to create a query that updates only 1 row in a table with no primary
keys defined and double records. The problem I'm having is that my WHERE
statement (in the UPDATE query) can give more than 1 result (because of the
double records). How can I make sure that only 1 of those records is
updated?
keys defined and double records. The problem I'm having is that my WHERE
statement (in the UPDATE query) can give more than 1 result (because of the
double records). How can I make sure that only 1 of those records is
updated?