当前位置:网站首页>MySQL version 5.7.9 SQL_ mode=only_ full_ group_ By question
MySQL version 5.7.9 SQL_ mode=only_ full_ group_ By question
2022-07-24 18:58:00 【Full stack programmer webmaster】
Hello everyone , I meet you again , I'm your friend, Quan Jun .
be used GROUP BY Statement query com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Expression #2 of SELECT list is not in GROUP BY clause and contains nonaggregated column ‘col_user_6.a.START_TIME’ which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by error
resolvent ( Modify global ): perform set global sql_mode = ”; hold sql_mode Change to non only_full_group_by Pattern . Verify that it works SELECT @@GLOBAL.sql_mode or SELECT @@sql_mode
perform ( Just modify the session level , Only the current session takes effect )set session sql_mode = ”; hold sql_mode Change to non only_full_group_by Pattern . Verify that it works SELECT @@GLOBAL.sql_mode or SELECT @@sql_mode
Publisher : Full stack programmer stack length , Reprint please indicate the source :https://javaforall.cn/124518.html Link to the original text :https://javaforall.cn
边栏推荐
- 2022杭电多校第二场1009 ShuanQ(数学)
- 32-bit stack overflow advanced
- Mysql database, de duplication, connection
- 2022 Summer Games of Hangzhou electric power multiple schools 1012aalice and Bob (game theory)
- Introduction to VIM
- Add column by column selection for JTable
- Excel practice notes 1
- Today's sleep quality record 79 points
- 永恒之蓝MS17-010exp复现
- 【TkInter】布局管理和事件系统
猜你喜欢

OPENGL学习(二)OPENGL渲染管线

今日睡眠质量记录79分

OpenGL learning (II) opengl rendering pipeline
![[question 39] special question for Niuke in-depth learning](/img/18/0e182f2c003ff5dd8ed3751c718d73.png)
[question 39] special question for Niuke in-depth learning

Convolutional Neural Networks in TensorFlow quizs on Coursera

Mysqlworkbench performance analysis tool -- Performance dashboard

Calling startActivity() from outside of an Activity context requires the FLAG_ ACTIVITY_ NEW_ TASK flag

网络安全80端口—-PHP CGI参数注入执行漏洞

Go Xiaobai implements a simple go mock server

Leetcode memory deep search / dynamic planning V2
随机推荐
vim相关介绍
Understand dynamic calculation diagram, requires_ grad、zero_ grad
使用 tftp 无法向服务器上传文件问题解决
leetcode-记忆化深搜/动态规划v2
轻松学Pytorch-迁移学习实现表面缺陷检查
Introduction to VIM
为什么梯度是函数变化最快的方向
Analysis of dropout principle in deep learning
【TkInter】常用组件(一)
Principle and application of database
永恒之蓝MS17-010exp复现
Those gods on Zhihu reply
知乎上的那些神回复
OPENGL学习(五)Modern OpenGL 三角形绘制
QT - animation frame
Ionic4 learning notes 9 -- an east project 01
FPGA 20 routines: 9. DDR3 memory particle initialization write and read through RS232 (Part 1)
Cadence OrCAD capture tcl/tk script example
04 distributed resource management system yarn
JDBC batch inserts 100000 /1million pieces of data