qiuweilu opened a new issue #13846:
URL: https://github.com/apache/shardingsphere/issues/13846


   ## Bug Report
   version
           <dependency>
               <groupId>org.apache.shardingsphere</groupId>
               
<artifactId>shardingsphere-jdbc-core-spring-boot-starter</artifactId>
               <version>5.0.0</version>
           </dependency>
   
   question
     example
           SELECT user_share.*, act_stats.*, user_info.info_nickname, 
user_info.info_photo, user_info.info_gender
           FROM user_share
           INNER JOIN act_stats_${tabIndex} act_stats ON user_share.share_id = 
act_stats.bind_fkid
           INNER JOIN user_info ON user_info.user_id = user_share.user_id
           WHERE user_share.user_id = #{userId,jdbcType=BIGINT} AND share_del = 0
           ORDER BY share_id DESC
     describe
         In 4.1.1, I can use “act_stats_${tabIndex}” assign table index,and it 
works ok. Now, it can't work, i print sql is right, but act_stats's data can't 
return.
   
   


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to