Episode-025 - Creating a Stored Function in MySQL

preview_player
Показать описание
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.

Рекомендации по теме
Комментарии
Автор

Thanks, One QQ: Can i use a Count(ColX) from a table as Return Value (INT) ?

rcasturi