You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@iotdb.apache.org by "刘珍 (Jira)" <ji...@apache.org> on 2021/03/09 10:26:00 UTC

[jira] [Created] (IOTDB-1192) JDBC: statement.execute ("sql;") if the sql end with semicolon ,Error occurred while parsing SQL to physical plan

刘珍 created IOTDB-1192:
-------------------------

             Summary: JDBC: statement.execute ("sql;") if the sql end with semicolon ,Error occurred while parsing SQL to physical plan 
                 Key: IOTDB-1192
                 URL: https://issues.apache.org/jira/browse/IOTDB-1192
             Project: Apache IoTDB
          Issue Type: Bug
          Components: Client/Java
            Reporter: 刘珍


《IOTDB用户手册- 0.12-snapshot-20210305.pdf》 P91 7.1.4

{color:#172b4d}Exception in thread "main" java.sql.BatchUpdateException: Error occurred while parsing SQL to physical plan: line 1:47 token recognition error at: ';'{color}

{color:#172b4d}        at org.apache.iotdb.jdbc.IoTDBStatement.executeBatchSQL(IoTDBStatement.java:293){color}

{color:#172b4d}        at org.apache.iotdb.jdbc.IoTDBStatement.executeBatch(IoTDBStatement.java:255){color}

{color:#172b4d}        at jdbc.main.JDBCExample.main(JDBCExample.java:61){color}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)