Skip to content

SelectUtils buildSelectFromTableAndExpressions not contain where clause ? #1683

Description

@numbernumberone

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。

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions