Functions in Select statement
Summary
The SQL statement builder now supports pre-defined Exasol functions and Exasol user-defined functions in a Select statement.
Example:
SELECT POWER(2,10) POWER;
SELECT my_average(x) FROM t;
The SQL statement builder now supports pre-defined Exasol functions and Exasol user-defined functions in a Select statement.
Example:
SELECT POWER(2,10) POWER;
SELECT my_average(x) FROM t;