Keanhua commented on issue #7359:
URL: https://github.com/apache/shardingsphere/issues/7359#issuecomment-689475938


   Logic SQL: SELECT COUNT(1) FROM ( SELECT  
id,create_time,update_time,name,idcard,result,operate_time,operator_id,operator_name,valid
  FROM shangbao_idcard_verify 
    
    WHERE (valid = ? AND (name = ? OR idcard = ?)) ORDER BY id DESC ) TOTAL
   
   
    Actual SQL: ds ::: SELECT COUNT(1) FROM ( SELECT  
id,create_time,update_time,name,idcard,result,operate_time,operator_id,operator_name,valid
  FROM shangbao_idcard_verify 
    
    WHERE (valid = ? AND (name = ? OR idcard = ?)) ORDER BY id DESC ) TOTAL ::: 
[1, 533022199607040734, 533022199607040734]


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