摘要:
centos7 mariadb 安装 也可解决此错误:ob for mariadb.service failed because the control process exited with error code. See "systemctl status mariadb.service" an 阅读全文
摘要:
这个错误害我花了一天时间排查,最后原来是因为结束符,这种语句不能是分号,将分号即可执行成功。 MERGE INTO MO_TRADE_COUNT_DAY A USING ( SELECT MAX(flow_id) AS flowId, CHANNEL AS channel, SUM( RESULT 阅读全文