You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2020/01/08 09:47:07 UTC

[GitHub] [incubator-shardingsphere] zhouzhendao123456 opened a new issue #3900: sql bug

zhouzhendao123456 opened a new issue #3900: sql bug
URL: https://github.com/apache/incubator-shardingsphere/issues/3900
 
 
    Sharding-Proxy rc4
   
   SELECT aa.`journal_template_type` FROM `app1_journal_info` aa GROUP BY `journal_template_type`
   SELECT aa.`journal_template_type` FROM `app1_journal_info` aa GROUP BY aa.journal_template_type
   SELECT `journal_template_type` FROM `app1_journal_info` GROUP BY `journal_template_type`
   it's ok
   
   SELECT aa.`journal_template_type` FROM `app1_journal_info` aa GROUP BY aa.`journal_template_type`
   [Err] 1054 - Unknown column 'aa.journal_template_type' in 'order clause'

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-shardingsphere] zhouzhendao123456 closed issue #3900: sql bug

Posted by GitBox <gi...@apache.org>.
zhouzhendao123456 closed issue #3900: sql bug
URL: https://github.com/apache/incubator-shardingsphere/issues/3900
 
 
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-shardingsphere] terrymanu commented on issue #3900: sql bug

Posted by GitBox <gi...@apache.org>.
terrymanu commented on issue #3900: sql bug
URL: https://github.com/apache/incubator-shardingsphere/issues/3900#issuecomment-572608811
 
 
   Hi, what is the reason to close this issue, did you solve the issue?

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-shardingsphere] zhouzhendao123456 opened a new issue #3900: sql bug

Posted by GitBox <gi...@apache.org>.
zhouzhendao123456 opened a new issue #3900: sql bug
URL: https://github.com/apache/incubator-shardingsphere/issues/3900
 
 
    Sharding-Proxy rc4
   
   SELECT aa.`journal_template_type` FROM `app1_journal_info` aa GROUP BY `journal_template_type`
   SELECT aa.`journal_template_type` FROM `app1_journal_info` aa GROUP BY aa.journal_template_type
   SELECT `journal_template_type` FROM `app1_journal_info` GROUP BY `journal_template_type`
   it's ok
   
   SELECT aa.`journal_template_type` FROM `app1_journal_info` aa GROUP BY aa.`journal_template_type`
   [Err] 1054 - Unknown column 'aa.journal_template_type' in 'order clause'

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-shardingsphere] zhouzhendao123456 commented on issue #3900: sql bug

Posted by GitBox <gi...@apache.org>.
zhouzhendao123456 commented on issue #3900: sql bug
URL: https://github.com/apache/incubator-shardingsphere/issues/3900#issuecomment-571971763
 
 
   Unable to submit issues properly
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-shardingsphere] zhouzhendao123456 closed issue #3900: sql bug

Posted by GitBox <gi...@apache.org>.
zhouzhendao123456 closed issue #3900: sql bug
URL: https://github.com/apache/incubator-shardingsphere/issues/3900
 
 
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services