Skip to content

Commit

Permalink
Got rid of some pcori isms
Browse files Browse the repository at this point in the history
  • Loading branch information
kembree1 committed Jul 14, 2017
1 parent 06af20f commit 3090e2c
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions MSSQL/run.sql
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ GO

--exec pcornetloader;
--GO
exec pcornetclear
exec OMOPclear
GO
delete from person
GO
Expand All @@ -62,23 +62,9 @@ exec omopVital
GO
exec omopLabResultCM
GO
delete from PMNenrollment
GO
exec PCORNetEnroll
GO
delete from drug_exposure
GO
exec OMOPdrug_exposure
GO
delete from pmndispensing
GO
exec PCORNetDispensing
GO
delete from pmnDeath
GO
exec PCORNetDeath
GO
exec pcornetreport
GO

select * from i2pReport;

0 comments on commit 3090e2c

Please sign in to comment.