12 2022 档案
摘要:mysql字符串分割 1、字符串分割函数 drop function if exists str_for_substr; CREATE DEFINER = `root`@`%` FUNCTION `str_for_substr`(`num` int, `str` varchar(5000)) RET
阅读全文
摘要:监控库中存储和函数变更记录存储 1、建表 create table etl_log select now() etl_time, routine_type object_type, specific_name object_name, routine_schema schema_name, coun
阅读全文