summaryrefslogtreecommitdiffstats
path: root/tests/sql.sql
diff options
context:
space:
mode:
Diffstat (limited to 'tests/sql.sql')
-rw-r--r--tests/sql.sql6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/sql.sql b/tests/sql.sql
index f1b358f..c78282f 100644
--- a/tests/sql.sql
+++ b/tests/sql.sql
@@ -243,3 +243,9 @@ SELECT -- This is a test
SELECT Test FROM Test WHERE
(
MyColumn = 1 )) AND ((( SomeOtherColumn = 2);
+
+SELECT * LIMIT 1; SELECT a,b,c,d FROM e LIMIT 1, 2; SELECT 1,2,3 WHERE a in (1,2,3,4,5) and b=5;
+
+SELECT @"weird variable name";
+
+SELECT "no closing quote