exasol / sql-statement-builder

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

Add support for unsupported Aggregate and Analytic functions #72

Closed AnastasiiaSergienko closed 3 years ago

AnastasiiaSergienko commented 4 years ago

Aggregate Functions

Unsupported

Partly supported without keywords and OVER clause

Analytic Functions

Unsupported

Partly supported without keywords and OVER clause

Other