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:
[email protected]


Reply via email to