exasol/sql-statement-builder

Add support for missing predicates

morazow opened this issue · 0 comments

Add support for the missing predicates.

  • IS [NOT] NULL
  • [NOT] IN
  • [NOT] BETWEEN

These predicates help to generate the where clauses for the SQL statements.