Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

Already on GitHub? Sign in to your account

added cascade to drop view #248

Merged
merged 1 commit into from Jun 30, 2017
Jump to file or symbol
Failed to load files and symbols.
+1 −1
Split
@@ -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
(