Skip to content

SelectUtils buildSelectFromTableAndExpressions not contain where clause ? #1683

@numbernumberone

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。

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