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 on page 373 to define a function
DROP FUNCTION on page 451 to remove a function
UDFs must be enabled and configured as described in the System Administrator Guide.
Last modified date: 03/21/2024