Hi, I have a table that has the following columns:
surveyid = int,
memberid = int
started = int
StartedOnDate = samllDateTime
Completed = int
I would like to copy the records from memberID 2215 to memberID 1323 where surveyID in 2215 does not exist where memberID=1323. any thoughts on how to do this?
Thanks
surveyid = int,
memberid = int
started = int
StartedOnDate = samllDateTime
Completed = int
I would like to copy the records from memberID 2215 to memberID 1323 where surveyID in 2215 does not exist where memberID=1323. any thoughts on how to do this?
Thanks