summaryrefslogtreecommitdiffstats
path: root/tests/data/parser/parseSelectJoinNaturalLeft.in
diff options
context:
space:
mode:
Diffstat (limited to 'tests/data/parser/parseSelectJoinNaturalLeft.in')
-rw-r--r--tests/data/parser/parseSelectJoinNaturalLeft.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/data/parser/parseSelectJoinNaturalLeft.in b/tests/data/parser/parseSelectJoinNaturalLeft.in
new file mode 100644
index 0000000..bc99f6b
--- /dev/null
+++ b/tests/data/parser/parseSelectJoinNaturalLeft.in
@@ -0,0 +1,3 @@
+SELECT C.First_Name, C.Last_Name, O.title
+FROM Employee as C
+NATURAL LEFT JOIN JOb as O; \ No newline at end of file