摘要:
是因为 存储过程/存储函数在创建时 与 开启慢查询日志冲突了 解决冲突: 临时解决:开启log_bin_trust_function_creators show variables like '%log_bin_trust_function_creators%'; set global log_bi 阅读全文
摘要:
oracle执行报错 ORA-06502: PL/SQL: numeric or value error: character string buffer too small ORA-06512: at "WMSYS.WM_CONCAT_IMPL", line 30 ###错误原因 因为sql中使用 阅读全文
摘要:
最近在学习mysql 调优,学习explain执行计划,为了模拟出type=system或const,我创建了一张表test(id,name),id为主键,里面放了一条数据 执行 EXPLAIN SELECT * FROM (SELECT * FROM test WHERE id=1)t ; 结果是 阅读全文