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/11/24 08:57:59 UTC

[GitHub] [shardingsphere] jasper520 commented on issue #13769: When executing the SQL created by obtaining the table, the value cannot be obtained. The SQL is show create table sys_log

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>
   ```
   
   ![image](https://user-images.githubusercontent.com/37660035/143205786-8a3371dd-6230-45d1-8b9a-24e7f2b94976.png)
   
   
   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: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org