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/03/02 05:41:29 UTC

[GitHub] [incubator-shardingsphere] tuohai666 commented on issue #4460: SQL exec `order by` and `desc` feedback result may hung

tuohai666 commented on issue #4460: SQL exec `order by` and `desc` feedback result may hung
URL: https://github.com/apache/incubator-shardingsphere/issues/4460#issuecomment-593229989
 
 
   @lklkxcxc For Problem 1, I think we don't support order two items. Can you change SQL to:
    select association,rounds,election_time as electionTime,title from zhyxh where doctor_id = 848224 order by association desc ?
   For Problem 2, I think Id is the sharding key, please change where id in ( '2443' , '2615' ) to where id in ( 2443 , 2615 )

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