superhahastart opened a new issue, #29370:
URL: https://github.com/apache/shardingsphere/issues/29370

   ## Bug Report
   <dependency>
       <groupId>org.apache.shardingsphere</groupId>
       <artifactId>shardingsphere-jdbc-core</artifactId>
       <version>5.4.1</version>
   </dependency>
   <dependency>
       <groupId>org.casbin</groupId>
       <artifactId>casbin-spring-boot-starter</artifactId>
       <version>1.2.0</version>
   </dependency>
   sql:
   do $$ BEGIN IF (select count(*) from information_schema.tables where 
table_name = 'casbin_rule') = 0 THEN CREATE SEQUENCE IF NOT EXISTS 
CASBIN_SEQUENCE START 1; END IF; END; $$;
   The SQL parsing engine reports an error:
   <img width="1639" alt="屏幕截图 2023-12-12 020258" 
src="https://github.com/apache/shardingsphere/assets/78898670/8fd8586a-3eed-49cb-9a78-fa6272651223";>


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