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. Use the CREATE FUNCTION statement to define a function and the DROP FUNCTION statement to remove it. Functions can be written in SQL, JavaScript, and Python. UDFs are supported for X100 tables only.
Last modified date: 09/19/2024