You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this is mostly done now. For some reason, there ar a few ExtendedIDs and SubjectIDs that are null, in the really early algorithm versions (eg, 25 through 39)
SELECT--a.IDa.AlgorithmVersion
,rs.ExtendedID
,a.SubjectTag_S1
,a.SubjectTag_S2--,s1.SubjectID AS SubjectID_S1--,s2.SubjectID AS SubjectID_S2
,a.MultipleBirthIfSameSex
,a.IsMz
,a.SameGeneration
,a.RosterAssignmentID
,a.RRoster
,a.LastSurvey_S1
,a.LastSurvey_S2
,a.RImplicitPass1
,a.RImplicit
,a.RImplicitSubject
,a.RImplicitMother
,a.RExplicitOldestSibVersionAS RExplicitOlderSibVersion
,a.RExplicitYoungestSibVersionAS RExplicitYoungerSibVersion
,a.RExplicitPass1
,a.RExplicit
,a.RPass1
,a.R
,a.RFull
,a.RPeekFROM [Archive].[tblRelatedValuesArchive] a
LEFT JOINProcess.tblRelatedStructure rs ON (a.SubjectTag_S1=rs.SubjectTag_S1ANDa.SubjectTag_S2=rs.SubjectTag_S2)
--LEFT JOIN Process.tblSubject s1 ON (rs.SubjectTag_S1 = s1.SubjectTag AND rs.ExtendedID=s1.ExtendedID)--LEFT JOIN Process.tblSubject s2 ON (rs.SubjectTag_S2 = s2.SubjectTag AND rs.ExtendedID=s2.ExtendedID)wherea.SubjectTag_S1=864901anda.SubjectTag_S2=864903ORDER BYa.AlgorithmVersion, rs.ExtendedID, a.SubjectTag_S1, a.SubjectTag_S2
Start the pipeline that takes the results in the database to eventually the rds for NlsyLinks.
The text was updated successfully, but these errors were encountered: