Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

SelectUtils buildSelectFromTableAndExpressions not contain where clause ? #1688

Unanswered
numbernumberone asked this question in Q&A
Discussion options

My needs are as follows

  1. before
select * from tablename where id = 18 and name='$null$'
  1. Handling by JSqlParser
some code like
if where clause contians `$null$` value, remove this where expression
  1. after
select * from tablename where id = 18

please help,Thank you very much。

You must be logged in to vote

Replies: 0 comments

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant
Converted from issue

This discussion was converted from issue #1683 on December 09, 2022 07:31.

AltStyle によって変換されたページ (->オリジナル) /