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


With regards,
Apache Git Services

Reply via email to