Skip to content

Commit

Permalink
Merge pull request #174 from OHDSI/fix/173
Browse files Browse the repository at this point in the history
Fixes issue #173. The proper way to allow reserve words in Impala is …
  • Loading branch information
clairblacketer committed May 11, 2018
2 parents 2b6dc49 + 8bd2ded commit 35cc09d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Impala/OMOP CDM impala ddl.txt
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ CREATE TABLE cdm_source



CREATE TABLE "metadata"
CREATE TABLE `metadata`
(

metadata_concept_id INTEGER,
Expand Down Expand Up @@ -903,7 +903,7 @@ CREATE TABLE note_nlp

snippet VARCHAR(250),

"offset" VARCHAR(250),
`offset` VARCHAR(250),

lexical_variant VARCHAR(250),

Expand Down Expand Up @@ -1008,7 +1008,7 @@ Standardized health system data



CREATE TABLE "location"
CREATE TABLE `location`
(

location_id INTEGER,
Expand Down

0 comments on commit 35cc09d

Please sign in to comment.