L
L
lexstile2020-11-10 22:34:41
MySQL
lexstile, 2020-11-10 22:34:41

How to get rid of error with sql_mode?

There is an error:
7dgJHHIEDCY.jpg
I solve it:

SET GLOBAL sql_mode=(SELECT REPLACE(@@sql_mode,'ONLY_FULL_GROUP_BY',''));

But it does not disappear forever, after some time it returns.
Is it possible to get rid of it forever?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
L
Lazy @BojackHorseman MySQL, 2020-11-10
@lexstile

rewrite the original request correctly

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question