The CREATE FUNCTION
statement is
used to create stored functions and user-defined functions (UDFs):
For information about creating stored functions, see Section 12.1.12, “
CREATE PROCEDURE
andCREATE FUNCTION
Syntax”.For information about creating user-defined functions, see Section 12.4.3.2, “
CREATE FUNCTION
Syntax for User-Defined Functions”.