summaryrefslogtreecommitdiffstats
path: root/tests/data/parser/parseSelectJoinStraight.in
diff options
context:
space:
mode:
Diffstat (limited to 'tests/data/parser/parseSelectJoinStraight.in')
-rw-r--r--tests/data/parser/parseSelectJoinStraight.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/data/parser/parseSelectJoinStraight.in b/tests/data/parser/parseSelectJoinStraight.in
new file mode 100644
index 0000000..2fd532e
--- /dev/null
+++ b/tests/data/parser/parseSelectJoinStraight.in
@@ -0,0 +1,3 @@
+SELECT id,aval1,cval1
+FROM table111
+STRAIGHT_JOIN table113 on table111.a = table113.b \ No newline at end of file