-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
SelectUtils buildSelectFromTableAndExpressions not contain where clause ? #1688
Unanswered
numbernumberone
asked this question in
Q&A
-
My needs are as follows
- before
select * from tablename where id = 18 and name='$null$'
- Handling by JSqlParser
some code like if where clause contians `$null$` value, remove this where expression
- after
select * from tablename where id = 18
please help,Thank you very much。
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment