how-query-engines-work icon indicating copy to clipboard operation
how-query-engines-work copied to clipboard

If the sql statement contains (), an error will occur in SqlParser

Open jeanter opened this issue 2 years ago • 0 comments

If the sql where statement contains (), an error will occur in SqlParser , eg : " select a from t where (a=1 or b = 2) and c =3 "

jeanter avatar Sep 23 '23 17:09 jeanter