Details
-
Improvement
-
Status: Closed
-
Not a Priority
-
Resolution: Duplicate
-
1.17.0
-
None
Description
The definition of creating functions is wrong in the SQL Client section:
-- Define user-defined functions here. CREATE FUNCTION foo.bar.AggregateUDF AS myUDF;
The correct one should be:
-- Define user-defined functions here.
CREATE FUNCTION myUDF AS 'foo.bar.AggregateUDF';
Attachments
Issue Links
- links to