Skip to content

Commit

Permalink
Merge pull request #248 from jraffa/patch-1
Browse files Browse the repository at this point in the history
added cascade to drop view
  • Loading branch information
alistairewj authored Jun 30, 2017
2 parents 55b01af + 46c53b2 commit 143feaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion concepts/comorbidity/elixhauser-quan.sql
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
-- 2) The first 4 characters of ICD9_CODE are compared to 4 character codes
-- 3) The first 3 characters of ICD9_CODE are compared to 3 character codes

DROP MATERIALIZED VIEW IF EXISTS ELIXHAUSER_QUAN;
DROP MATERIALIZED VIEW IF EXISTS ELIXHAUSER_QUAN CASCADE;
CREATE MATERIALIZED VIEW ELIXHAUSER_QUAN AS
with icd as
(
Expand Down

0 comments on commit 143feaa

Please sign in to comment.