this is incompatible with DISTINCT
程序员文章站
2022-06-11 17:14:28
...
Caused by: Java.sql.SQLException: Expression #1 of ORDER BY clause is not in SELECT list, references column ‘game.giftbag0_.create_date’ which is not in SELECT list; this is incompatible with DISTINCT
服务器Mysql和本地Mysql版本不一样,本地5.7.12 。解决办法可以考虑修改mysql配置文件,找到对应的my.cnf或者my.ini。没有的话就新建一个内容复制my-default.ini中的后面添加如下:
sql_mode=NO_ENGINE_SUBSTITUTION,STRICT_TRANS_TABLES
原文地址》》》》
上一篇: seo优化适用于服装定制行业
下一篇: python创建文件夹
推荐阅读
-
C# 实现Distinct将对象按条件去重
-
ORA-01153: an incompatible media recovery is active
-
sql知识常用知识:SQL distinct
-
【转载】C#中通过Distinct方法对List集合进行去重
-
利用Distinct()内置方法对List集合的去重问题详解
-
C# Distinct和重写IEqualityComparer时要知道的二三事
-
c# Linq distinct不会调用Equals方法详解
-
完美解决c# distinct不好用的问题
-
sql server查询(SELECT ,where,distinct,like 查询,in,is null,group by 和having,order by,as)
-
Android rxjava 中Observable 转型出现 “incompatible types: Object cannot be converted to ……错误