We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 469575e commit a355ba0Copy full SHA for a355ba0
sql_scripts/1d_hesop_curation.sql
@@ -1,8 +1,6 @@
1
DROP TABLE IF EXISTS {SOURCE_NOK_SCHEMA}.hesop_patient CASCADE;
2
-DROP TABLE IF EXISTS {SOURCE_NOK_SCHEMA}.hesop_appointment CASCADE;
3
4
-
5
--- PATIENT - Move unacceptable patient from source_hesapc.patient to source_hesapc_nok.patient
+-- PATIENT - Move unacceptable patient from source_hesop.patient to source_hesop_nok.patient
6
CREATE TABLE {SOURCE_NOK_SCHEMA}.hesop_patient (LIKE {SOURCE_SCHEMA}.hesop_patient) TABLESPACE pg_default;
7
8
WITH cte1 as (
0 commit comments