You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@linkis.apache.org by GitBox <gi...@apache.org> on 2022/03/13 15:09:00 UTC

[GitHub] [incubator-linkis] Ritakang0451 commented on issue #1700: Linkis1.0 Report to perform tasks: select list is not in group by clause

Ritakang0451 commented on issue #1700:
URL: https://github.com/apache/incubator-linkis/issues/1700#issuecomment-1066121503


   A: The problem is that in MySQL version 5.8, due to the mode default value set globally, the following line needs to be executed in MySQL cli: set global SQL_ mode=
   ![dc8c8a61795c32a36e9a5c2f36b2466](https://user-images.githubusercontent.com/43694785/158066126-51eaa9fa-1c2d-41d7-b8f6-d8eed317c6ee.jpg)
   ![29f331c2a0f35d4fcc102b5240cc6f9](https://user-images.githubusercontent.com/43694785/158066139-100dde91-b054-4b88-b1e4-b86afe864c55.jpg)
   (SELECT REPLACE(@@sql_mode,'ONLY_FULL_GROUP_BY','')); 
   ![3585251ff68ce448f4d33f3bec36b5c](https://user-images.githubusercontent.com/43694785/158066165-a46c9845-65c9-4858-818c-ba99f913847f.jpg)
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@linkis.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@linkis.apache.org
For additional commands, e-mail: dev-help@linkis.apache.org