Skip to content

Commit

Permalink
changed i2b2patient_list to i2b2patient in the i2b2loyalty_patients v…
Browse files Browse the repository at this point in the history
…iews
  • Loading branch information
matthewjoss committed Apr 12, 2018
1 parent 2e572f0 commit 8e3c1f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MSSQL/OMOPLoader.sql
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ create view i2b2loyalty_patients as
ELSE
SET @SQL='
create view i2b2loyalty_patients as
(select top 0 patient_num,cast(''2010/1/1'' as datetime) period_start,cast(''2010/1/1'' as datetime) period_end from i2b2patient_list)'
(select top 0 patient_num,cast(''2010/1/1'' as datetime) period_start,cast(''2010/1/1'' as datetime) period_end from i2b2patient)'

EXEC(@SQL)
GO
Expand Down

0 comments on commit 8e3c1f2

Please sign in to comment.