exasol / sql-statement-builder

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

Add support for building "select from values as ..." queries #76

Closed jakobbraun closed 4 years ago

jakobbraun commented 4 years ago

I could not find a way to build queries like: SELECT COL1 FROM VALUES (1, 2) AS T(COL1, COL2) I was not able to build this query using the sql-statemant-builder as I could not find a way to build part is the AS T(COL1, COL2) part.

AnastasiiaSergienko commented 4 years ago

Closed with #84