cobstergo opened a new issue #6814:
URL: https://github.com/apache/shardingsphere/issues/6814


   Does sharding proxy support query add custom column?
   like this , for example
   SELECT id,(SELECT count(0) FROM table_budev) as devCount FROM table_ticket 
ORDER BY id DESC limit 10;
   in mysql:
   
![image](https://user-images.githubusercontent.com/11827280/90092452-8d439380-dd5b-11ea-8299-7c772aeed8fc.png)
   in sharding proxy:
   
![image](https://user-images.githubusercontent.com/11827280/90092471-9df40980-dd5b-11ea-861b-51a52466c135.png)
   sharding proxy version is 4.1.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:
[email protected]


Reply via email to