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/09/28 08:01:35 UTC

[GitHub] [shardingsphere] kimmking commented on issue #7643: The aggregate function is not correct: SELECT SUM(file_size) right1, SUM(file_size/1000/1000) right2, SUM(file_size)/1000/1000 error2, CONCAT(IFNULL(FLOOR(SUM(file_size/1000/1000)),'0'),'MB') error2 FROM s_file_info GROUP BY project_id

kimmking commented on issue #7643:
URL: https://github.com/apache/shardingsphere/issues/7643#issuecomment-699847785


   "CONCAT(IFNULL(FLOOR(SUM(file_size/1000/1000)),'0'),'MB') error2"
   is not supported now.


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