You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2019/03/28 08:48:43 UTC

[GitHub] [incubator-shardingsphere] trojanliu opened a new issue #2125: not support count if, database will be the default , not the true

trojanliu opened a new issue #2125: not support count if,  database will be the default , not the true
URL: https://github.com/apache/incubator-shardingsphere/issues/2125
 
 
   i has two databases; like 'comon' and 'user'; 
   'comon' as the default database;
   table 'tx_user' is in 'user' database.
   
   
   SELECT count(IF(sex = 1 , TRUE , NULL)) AS maleCount FROM tx_user;
   can be explain to comon.tx_user;

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