摘要:
错误总结: 1.Expression not in GROUP BY key 'id' 解决: 在group by子句中,select 查询的列,要么需要是 group by中的列,要么得是用聚合函数(比如 sum、count 等)加工过的列。不支持直接引用非 group by的列。这一点和 MyS 阅读全文
摘要:
问题一:升级 pip 出现问题 You should consider upgrading via the 'D:\installed\python\python_exe\python.exe -m pip install --upgrade pip' command 原文:https://blog 阅读全文