exasol / sql-statement-builder

Build SQL statements safely without string concatenation
MIT License
25 stars 4 forks source link

Add suport for LIKE operator #91

Closed jakobbraun closed 4 years ago

jakobbraun commented 4 years ago

Acceptance criteria:

I can build statements like SELECT * FROM BOOKS WHERE ISBN LIKE '123%'.