Skip to content
Advertisement

sql_mode=only_full_group_by

Im trying to help someone to implement new function on his code; but I have this error

JavaScript

Unfortunately if change the SQL_mode the request doesn’t work. ( really strange because this code works on the server ).

If you have any idea. Even if with the documentation of SQL I can find the solution to modify this request.

Thanks a lot in advance.

Advertisement

Answer

Remove ONLY_FULL_GROUP_BY from MySql console

JavaScript

OR

Fire below query in PHPMyAdmin

JavaScript
User contributions licensed under: CC BY-SA
4 People found this is helpful
Advertisement