Permalink
Browse files
added cascade to drop view
- Loading branch information...
Showing
with
1 addition
and
1 deletion.
-
+1
−1
concepts/comorbidity/elixhauser-quan.sql
|
|
@@ -14,7 +14,7 @@ |
|
-- 2) The first 4 characters of ICD9_CODE are compared to 4 character codes
|
|
-- 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
|
|
-- 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
|
|
CREATE MATERIALIZED VIEW ELIXHAUSER_QUAN AS
|
|
with icd as
|
|
with icd as
|
|
(
|
|
(
|
|
|
|
0 comments on commit
46c53b2