Skip to content

Commit a355ba0

Browse files
committed
Update 1d_hesop_curation.sql
1 parent 469575e commit a355ba0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

sql_scripts/1d_hesop_curation.sql

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
DROP TABLE IF EXISTS {SOURCE_NOK_SCHEMA}.hesop_patient CASCADE;
2-
DROP TABLE IF EXISTS {SOURCE_NOK_SCHEMA}.hesop_appointment CASCADE;
32

4-
5-
-- PATIENT - Move unacceptable patient from source_hesapc.patient to source_hesapc_nok.patient
3+
-- PATIENT - Move unacceptable patient from source_hesop.patient to source_hesop_nok.patient
64
CREATE TABLE {SOURCE_NOK_SCHEMA}.hesop_patient (LIKE {SOURCE_SCHEMA}.hesop_patient) TABLESPACE pg_default;
75

86
WITH cte1 as (

0 commit comments

Comments
 (0)