CREATE FUNCTION statement

Creates a user-defined SQL function in the database. To create external function interfaces, see CREATE FUNCTION statement (external procedures). To create web services functions, see CREATE FUNCTION statement (web clients).

 Syntax
 Parameters
 Remarks
 Permissions
 Side effects
 See also
 Standards and compatibility
 Examples