11 lines
162 B
Plaintext
11 lines
162 B
Plaintext
|
options (skip=1)
|
||
|
load data
|
||
|
infile vocabulary.csv
|
||
|
into table vocabulary
|
||
|
replace
|
||
|
fields terminated by '\t'
|
||
|
trailing nullcols
|
||
|
(
|
||
|
vocabulary_id,
|
||
|
vocabulary_name
|
||
|
)
|