shardingsphere icon indicating copy to clipboard operation
shardingsphere copied to clipboard

java.sql.SQLFeatureNotSupportedException: can't get index from columnLabel[field_2]

Open zxk1111 opened this issue 1 year ago • 0 comments

          i has the same error,like select t.*  from (select s.field_1,if(s.field_2 is null,1,2) as field_2 from sub s)t  will display this error because of t.*,

if like select t.field_1,t.field_2 will success,

error msg: java.sql.SQLFeatureNotSupportedException: can't get index from columnLabel[field_2]

related version: <groupId>org.apache.shardingsphere</groupId> <artifactId>shardingsphere-jdbc-core-spring-boot-starter</artifactId> 5.1.1 <groupId>com.alibaba</groupId> <artifactId>druid-spring-boot-starter</artifactId> 1.2.20

Originally posted by @zxk1111 in https://github.com/apache/shardingsphere/issues/24207#issuecomment-2185428616

zxk1111 avatar Jun 24 '24 01:06 zxk1111