lothos12345
Well-known member
Can you update a field that you are searching by in sql?
For example
UPDATE temp SET ssn = 4 WHERE ssn = 5
Would the above sql statement work?
Any help given is greatly appreciated.
For example
UPDATE temp SET ssn = 4 WHERE ssn = 5
Would the above sql statement work?
Any help given is greatly appreciated.