summaryrefslogtreecommitdiff
path: root/examples/select_parser.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/select_parser.py')
-rw-r--r--examples/select_parser.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/select_parser.py b/examples/select_parser.py
index b619173..5925ad8 100644
--- a/examples/select_parser.py
+++ b/examples/select_parser.py
@@ -121,6 +121,7 @@ tests = """\
select a, db.table.b as BBB from db.table where 1=1 and BBB='yes'
select a, db.table.b as BBB from test_table,db.table where 1=1 and BBB='yes'
select a, db.table.b as BBB from test_table,db.table where 1=1 and BBB='yes' limit 50
+ select a, b from test_table where (1=1 or 2=3) and b='yes' group by zx having b=2 order by 1
"""
select_stmt.runTests(tests)