llooper-dev commented on issue #10384:
URL: 
https://github.com/apache/shardingsphere/issues/10384#issuecomment-843843237


   SELECT *,? AS sortType,? AS loginUserId,5 AS childLimit FROM t_comment_user 
t  WHERE  t.is_delete=0 and t.ugc_id=? and t.root_id=0 and t.hot_score < ? and 
(t.comment_status = 1 or (t.comment_status = 2 and t.uid = ?)) and t.ugc_uid=?  
 ORDER BY t.hot_score DESC,t.id DESC   limit ?


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