©SQL :: Manager
HomeProgram InformationTechnical detailsFree downloadDonate for a cup of coffee
myway SQL Manager for MySQL and MariaDB, Download on Uptodown
Creating MySQL, MariaDB functions, CREATE FUNCTION

Creating MySQL and MariaDB functions (CREATE FUNCTION)

Functions Creating of MySQL functions is part of the functions management
Create MySQL functions

Module for creating MySQL functions:

You can search and mark in the SQL editor.

Save function Saves the function to the database.
Searching in SQL Editor:
Search SQL text Find and highlight terms in the SQL Editor.
Delete markers Delete search markers.
Jump to previous marker Jump to previous marker.
Jump to next marker Jump to next marker.
Function head:
Name: Name of the function.
Type: procedure or function.
Parameter: Parameter list of the function.
Name: Name of the parameter.
Type: Data type of the parameter.
Length / Value: Data type length or values.
Option: Variable options according to type.
Return: Result definition of the function.
Type: Data type of the return value.
Length / Value: Data type length or values.
Option: Value option according to the return type.

Function options:
Scheduled: Specifies whether the function is plan-driven.
Creator: Creator of the function.
Security type: Selection of the security-its-type of the function.
SQL data access: Data access selection .
Comment: Selection of check option.
Add parameter Add parameter to function at position.
Delete parameter Delete parameter from function.
Parameter up Move parameter up.
Parameter down Move parameter down.
Learn more about editing SQL scripts: SQL-Editor
More information about MySQL functions and procedures can be found here: mysql.com and mariadb.com
Updated: 2023-09-16ImprintContactTerms & conditionsPrivacy & CookiesUpdatesSitemapFacebookLinkedinTwitterStatistics©2020-2024 Heino Cunze-Fischer