CREATE FUNCTION
This page is part of MariaDB's Documentation.
The parent of this page is: SQL Statements for MariaDB Xpand
Topics on this page:
Overview
Creates a stored function and specifies the code it executes.
DETAILS
This statement creates a stored function.
User-Defined Functions (UDFs)
This statement can't be used to load a user-defined function (UDF) from a C library, because Xpand does not support UDFs.