先设置:SET GLOBAL log_bin_trust_function_creators = 1;
1. 函数func_splitStringTotal:将字符串按指定方式分割,并计算单元总数
2.函数func_splitString:将字符串按指定方式分割,获取指定位置的数
3.过程splitString 将字符串分割,并放到临时表tmp_split 里面
先设置:SET GLOBAL log_bin_trust_f…
先设置:SET GLOBAL log_bin_trust_function_creators = 1;
1. 函数func_splitStringTotal:将字符串按指定方式分割,并计算单元总数
2.函数func_splitString:将字符串按指定方式分割,获取指定位置的数
3.过程splitString 将字符串分割,并放到临时表tmp_split 里面