ohdsi-studies / PioneerWatchfulWaiting

This study is part of the joint PIONEER - EHDEN - OHDSI studyathon in March 2021, and aims to advance understanding of clinical management and outcomes of watchful waiting in prostate cancer.
Apache License 2.0
7 stars 18 forks source link

error with union in episode table in 112.sql #52

Closed peterprinsen-iknl closed 3 years ago

peterprinsen-iknl commented 3 years ago

errorReportSql error 3.txt

on line 570 in 112.sql select po.* probably needs to be changed in select po.person_id, po.procedure_occurrence_id, po.procedure_date,DATEADD(d,1,po.procedure_date) as END_DATE, po.procedure_concept_id, po.visit_occurrence_id (as was done in 105.sql)