Episode-025 - Creating a Stored Function in MySQL

Your video will begin in 10
69 Views
Published
MySQL allows developers to create their own functions that work in much the same way as built-in functions. In this video we discuss the syntax for creating a stored function, defining the function arguments, specifying the return type, declaring and setting variables, and returning values.

Documentation for creating stored functions - https://dev.mysql.com/doc/refman/8.0/en/create-procedure.html
Category
MySQL
Tags
MySQL, Database, Open-source
Be the first to comment