摘要:
this is incompatible with sql_mode=only_full_group_by 直译: 这与sql_mode=only_full_group_by不兼容 意思是: 对于GROUP BY聚合操作,如果在SELECT中的列,没有在GROUP BY中出现,那么这个SQL是不合法 阅读全文
摘要:
在windows下命令台输入mongo报一下错误: D:\ProgramFiles\BianCheng\mongodb-win32-x86_64-2008plus-ssl-4.0.4>mongoMongoDB shell version v4.0.4connecting to: mongodb:// 阅读全文