summaryrefslogtreecommitdiffstats
path: root/tests/data/parser/parseSelectIntoOptions2.in
diff options
context:
space:
mode:
Diffstat (limited to 'tests/data/parser/parseSelectIntoOptions2.in')
-rw-r--r--tests/data/parser/parseSelectIntoOptions2.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/data/parser/parseSelectIntoOptions2.in b/tests/data/parser/parseSelectIntoOptions2.in
new file mode 100644
index 0000000..3ab31bd
--- /dev/null
+++ b/tests/data/parser/parseSelectIntoOptions2.in
@@ -0,0 +1,4 @@
+SELECT a,b,a+b INTO OUTFILE '/tmp/result.txt'
+ COLUMNS TERMINATED BY ',' OPTIONALLY ENCLOSED BY '\"'
+ LINES TERMINATED BY '\n'
+ FROM test_table; \ No newline at end of file