summaryrefslogtreecommitdiffstats
path: root/tests/fixtures/partial.sql
diff options
context:
space:
mode:
Diffstat (limited to 'tests/fixtures/partial.sql')
-rw-r--r--tests/fixtures/partial.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fixtures/partial.sql b/tests/fixtures/partial.sql
index c6be364..6c578ab 100644
--- a/tests/fixtures/partial.sql
+++ b/tests/fixtures/partial.sql
@@ -2,7 +2,7 @@ SELECT a FROM
SELECT a FROM x WHERE
SELECT a +
a *
-SELECT a FROM x JOIN
+SELECT a FROM x,
SELECT a FROM x GROUP BY
WITH a AS (SELECT 1), b AS (SELECT 2)
SELECT FROM x