CREATE FUNCTION Syntax
The CREATE FUNCTION statement is used to create stored functions and user-defined functions (UDFs):
- For information about creating stored functions, see , "
CREATE PROCEDUREandCREATE FUNCTIONSyntax". - For information about creating user-defined functions, see , "
CREATE FUNCTIONSyntax for User-Defined Functions".