We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ac0f4b commit 8bd2dedCopy full SHA for 8bd2ded
1 file changed
Impala/OMOP CDM impala ddl.txt
@@ -374,7 +374,7 @@ CREATE TABLE cdm_source
374
375
376
377
-CREATE TABLE "metadata"
+CREATE TABLE `metadata`
378
(
379
380
metadata_concept_id INTEGER,
@@ -903,7 +903,7 @@ CREATE TABLE note_nlp
903
904
snippet VARCHAR(250),
905
906
- "offset" VARCHAR(250),
+ `offset` VARCHAR(250),
907
908
lexical_variant VARCHAR(250),
909
@@ -1008,7 +1008,7 @@ Standardized health system data
1008
1009
1010
1011
-CREATE TABLE "location"
+CREATE TABLE `location`
1012
1013
1014
location_id INTEGER,
0 commit comments