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 2021/05/19 07:52:52 UTC

[GitHub] [shardingsphere] llooper-dev commented on issue #10384: org.apache.shardingsphere.sql.parser.sql.segment.dml.expr.simple.ParameterMarkerExpressionSegment cannot be cast to org.apache.shardingsphere.sql.parser.sql.segment.dml.expr.simple.LiteralExpressionSegment

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:
users@infra.apache.org