mysql中的自定义函数 一、基本语法 delimiter 自定义符号 — 如果函数体只有一条语句, begin和end可以省略, 同时delimiter也可以省略 create function 函数名 … Continue reading mysql中的自定义函数