mysql函数
摘要:1、mysql内置函数 2、自定义函数 SQL不允许在函数里进行查询操作(有结果集的) 但允许以下情形: declare a int; select nid into a from student where name='alex' 调用函数: select 函数名(参数)
阅读全文
posted @ 2020-01-17 10:41
posted @ 2020-01-17 10:41
posted @ 2020-01-17 10:31
posted @ 2020-01-15 14:38
posted @ 2020-01-13 17:28