EHDEN / Trajectories

5 stars 2 forks source link

Error in 1CohortCC.sql #7

Closed solis9753 closed 4 years ago

solis9753 commented 4 years ago

Hello, A small catch on the 1CohortCC.sql file:

It is currently stated as, IF OBJECT_ID('@resultsSchema.@prefiXmycohort', 'U') IS NOT NULL DROP TABLE @resultsSchema.@prefiXetcohort;

where I think'@resultsSchema.@prefiXmycohort' should be '@resultsSchema.@prefiXetcohort' (notice the difference between @prefixmycohort and @prefixetcohort)

SulevR commented 4 years ago

Yep, seems a bug. @Kadri0 please check which name is correct and fix.

Kadri0 commented 4 years ago

Should be fixed now.