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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to