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

Testing MySQL and MariaDB functions

Test functions Testing and executing MySQL functions is part of function editing
Test and execute MySQL functions

Module for executing and testing MySQL functions:

The function will be executed with the entered parameters.

The function can be modified and the execution repeated.

With ROLLBACK: The function is executed as a transaction with ROLLBACK. Thus, data changes in tables during execution are undone. If data is inserted into a table with an autoincrement field, the autoincrement value of the table also increases with ROLLBACK.

ROLLBACK only works if no COMMIT is executed within the function.

Execute function Execute function and display result.
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