Jeff S
asked on
UPDATE SQL Help
I need to do an update on a database with over 5,000 records and want to make sure I have this right.
I need to UPDATE PatientProfile and set the RaceMID = '3' where Patients in PatientProfile have a RaceMID = '2166'
I need to UPDATE PatientProfile and set the RaceMID = '3' where Patients in PatientProfile have a RaceMID = '2166'
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
Thanks
ASKER
Thank you!