jasper520 commented on issue #13769:
URL:
https://github.com/apache/shardingsphere/issues/13769#issuecomment-977667288
```
<!--sharding jdbc-->
<dependency>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>sharding-jdbc-spring-boot-starter</artifactId>
<version>4.1.1</version>
</dependency>
```

sql:@SqlParser(filter = true)
@Select("show create table sys_log")
Map selectTableCreateSql2(@Param("tableName") String tableName);
I want to obtain the creation SQL of the table through this SQL, which can
be obtained directly when using mybatis plus, but not when using sharding
--
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]