mirror of
https://github.com/MariaDB/server.git
synced 2025-06-01 19:42:01 +03:00
Part 13: RETURN vs RETURNS in function definition: CREATE FUNCTION f1(a INT) RETURN INT ... Part 12: No parentheses if no arguments: CREATE FUNCTION f1 RETURN INT ...