xwb1989 / sqlparser

SQL Parser implemented in Go
Apache License 2.0
1.47k stars 238 forks source link

Replace SQL's SQLVAL #38

Open gaoshengL opened 6 years ago

gaoshengL commented 6 years ago

Hello, I want to translate SQL like 'select from tb where col1=1 and col2='aaa'' to 'select from tb where col1=??? and col2='???'' Is there any good ways?