exasol/sql-statement-builder

Add support for SELECT FROM (SELECT ...) queries

jakobbraun opened this issue · 0 comments

Add support for selecting from sub selects.

For example:
SELECT * FROM (SELECT * FROM ...)

Until now the sql-statement-builder has no support for adding subselcets to the from clause.