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:07:18 UTC

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

Ritakang0451 opened a new issue #1700:
URL: https://github.com/apache/incubator-linkis/issues/1700


   ### Search before asking
   
   - [X] I searched the [issues](https://github.com/apache/incubator-linkis/issues) and found no similar issues.
   
   
   ### Linkis Component
   
   linkis-commons
   
   ### What happened + What you expected to happen
   
   Linkis1.0 Report to perform tasks: select list is not in group by clause
   
   ### Relevent platform
   
   .
   
   ### Reproduction script
   
   .
   
   ### Anything else
   
   This question comes from the QA documentation of the Linkis community
   
   
   ### Are you willing to submit a PR?
   
   - [X] Yes I am willing to submit a PR!


-- 
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


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

Posted by GitBox <gi...@apache.org>.
Ritakang0451 closed issue #1700:
URL: https://github.com/apache/incubator-linkis/issues/1700


   


-- 
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


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

Posted by GitBox <gi...@apache.org>.
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