summaryrefslogtreecommitdiffstats
path: root/tests/data/parser/parseLoad6.in
blob: b3436fccc3bf9cfbf3a1d8f735c2677c81f28803 (plain)
1
2
3
4
5
6
7
8
9
LOAD DATA INFILE '/tmp/test.txt' IGNORE
INTO TABLE test
PARTITION (p0, p1, p2)
CHARACTER SET 'utf8'
COLUMNS TERMINATED BY ','
LINES TERMINATED BY ';'
IGNORE 1 LINES
(col1, col2)
SET @a = 1;