OMOP/Version4/Oracle/VocabImport/concept_synonym.ctl

12 lines
207 B
Plaintext
Raw Normal View History

options (skip=1)
load data
infile concept_synonym.csv
into table concept_synonym
replace
fields terminated by '\t'
trailing nullcols
(
concept_synonym_id,
concept_id,
concept_synonym_name CHAR(1000)
)