java.sql.SQLException: Expression #1 of ORDER BY clause is not in SELECT list, references column ‘me

报错信息:

The error may involve defaultParameterMap

The error occurred while setting parameters

SQL: select distinct master_order_id as masterOrderId,order_status as orderStatus,rider_id as riderId from st_order where gk_id = ? AND pay_status = 1 and payment_time is not null ORDER BY payment_time DESC LIMIT ?

Cause: java.sql.SQLException: Expression #1 of ORDER BY clause is not in SELECT list, references column ‘meigo.st_order.payment_time’ which is not in SELECT list; this is incompatible with DISTINCT

; uncategorized SQLException; SQL state [HY000]; error code [3065]; Expression #1 of ORDER BY clause is not in SELECT list, references column ‘meigo.st_order.payment_time’ which is not in SELECT list; this is incompatible with DISTINCT; nested exception is java.sql.SQLException: Expression #1 of ORDER BY clause is not in SELECT list, references column ‘meigo.st_order.payment_time’ which is not in SELECT list; this is incompatible with DISTINCT] with root cause

java.sql.SQLException: Expression #1 of ORDER BY clause is not in SELECT list, references column ‘meigo.st_order.payment_time’ which is not in SELECT list; this is incompatible with DISTINCT

出现问题的原因:mysql5.6 换成mysql5.7 后,mysql5.7不支持 DISTINCT 与 order by 同时使用,项目中使用这种写法多的话,建议还是把5.7换成5.6.没有任何办法用配置解决版本的差异问题。

  • 0
    点赞
  • 2
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值