Skip to content

Commit 02475ce

Browse files
authored
Update README.md
1 parent e92b92c commit 02475ce

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ for parse sql statement with Python,like lex/yacc
44
output example:
55

66
select b,z,a from cuishou where b = 'k' and z > 6 and y = 5 order by b,z
7+
78
['SELECT', ['b', 'z', 'a'], 'FROM', 'cuishou', 'WHERE', ['b', '=', 'k'], 'AND', ['z', '>', '6'], 'AND', ['y', '=', '5'], 'ORDER', 'BY', ['b', 'z']]
89
- and1_expr: ['z', '>', '6']
910
- and2_expr: ['y', '=', '5']

0 commit comments

Comments
 (0)