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/08/25 03:09:19 UTC

[GitHub] [shardingsphere] miniygq opened a new issue #7047: up to 4.1.1 SQL result error

miniygq opened a new issue #7047:
URL: https://github.com/apache/shardingsphere/issues/7047


   ## Question
   
   **For English only**, other languages will not accept.
   
   Before asking a question, make sure you have:
   
   - Googled your question.
   - Searched open and closed [GitHub issues](https://github.com/apache/shardingsphere/issues).
   - Read documentation: [ShardingSphere Doc](https://shardingsphere.apache.org/document/current/en/overview).
   
   Please pay attention on issues you submitted, because we maybe need more details. 
   If no response anymore and we cannot reproduce it on current information, we will **close it**.
   
   ```
   SELECT
   	dept_id,
   	 ( SELECT count( * ) FROM s_sys_dept AS pDept WHERE pDept.parent_id = s_sys_dept.dept_id AND pDept.sys_delete = 0 ) AS children_count 
   FROM
   	s_sys_dept 
   WHERE
   	( sys_delete = 0 AND parent_id = '0' ) 
   ORDER BY
   	sys_index;
   ```
   
   `children_count` return 0 
   


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



[GitHub] [shardingsphere] kimmking commented on issue #7047: up to 4.1.1 SQL result error

Posted by GitBox <gi...@apache.org>.
kimmking commented on issue #7047:
URL: https://github.com/apache/shardingsphere/issues/7047#issuecomment-679895724


   Can you show the actual sql in 4.1.1 and 4.0.1


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



[GitHub] [shardingsphere] terrymanu closed issue #7047: up to 4.1.1 SQL result error

Posted by GitBox <gi...@apache.org>.
terrymanu closed issue #7047:
URL: https://github.com/apache/shardingsphere/issues/7047


   


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



[GitHub] [shardingsphere] terrymanu commented on issue #7047: up to 4.1.1 SQL result error

Posted by GitBox <gi...@apache.org>.
terrymanu commented on issue #7047:
URL: https://github.com/apache/shardingsphere/issues/7047#issuecomment-687294810


   Closed because of no response anymore


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



[GitHub] [shardingsphere] terrymanu commented on issue #7047: up to 4.1.1 SQL result error

Posted by GitBox <gi...@apache.org>.
terrymanu commented on issue #7047:
URL: https://github.com/apache/shardingsphere/issues/7047#issuecomment-679841754


   @miniygq  Can you summary the title for search friendly?


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