SQL Language Guide > SQL Language Guide > Elements of SQL Statements > Scalar User-defined Functions (UDFs)
Was this helpful?
Scalar User-defined Functions (UDFs)
Custom scalar functions can be created for use in queries to extend database functionality. Functions can be written in SQL, JavaScript, and Python. UDFs are supported for X100 tables only.
Use the following SQL statements:
CREATE FUNCTION to define a function
DROP FUNCTION to remove a function
UDFs must be enabled and configured as described in the System Administrator Guide.
Last modified date: 12/06/2024