The error message indicates that there is a syntax error in the SQL statement. Specifically, the issue is with the closing parenthesis ")" in the CREATE TABLE statement.

The correct syntax for creating a table in SQL is:

CREATE TABLE table_name ( column1 datatype, column2 datatype, ... );

In your case, the closing parenthesis ")" should not be present after the PRIMARY KEY declaration.

Here is the corrected version of the SQL statement:

CREATE TABLE T_PRD_PPBOM_1604269 ( Fid INT PRIMARY KEY )

KingdeeBOSSQLExceptionParserExceptionparse error detail message is Error expect token type Identifier but current token type is Punctuation token value is at line 1 column 60 source sql is CREATE

原文地址: https://www.cveoy.top/t/topic/iYtx 著作权归作者所有。请勿转载和采集!

免费AI点我,无需注册和登录