We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
maven dependence:
sqlServer sql:
insert bulk tpch.dbo.order_line([ol_o_id] int,[ol_d_id] tinyint,[ol_w_id] int,[ol_number] tinyint,[ol_i_id] int, [ol_delivery_d] datetime,[ol_amount] smallmoney,[ol_supply_w_id] int,[ol_quantity] smallint,[ol_dist_info] char(24) collate Chinese_PRC_CI_AS)with(ROWS_PER_BATCH=500000)
sqlserver insert bulk ` can't be parsed
net.sf.jsqlparser.parser.ParseException: Encountered unexpected token: "." "." at line 1, column 17.
Was expecting one of:
"(" "OUTPUT" "SET" "VALUE" "VALUES" "WITH" <K_SELECT>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
maven dependence:
com.github.jsqlparser jsqlparser 4.7sqlServer sql:
insert bulk tpch.dbo.order_line([ol_o_id] int,[ol_d_id] tinyint,[ol_w_id] int,[ol_number] tinyint,[ol_i_id] int, [ol_delivery_d] datetime,[ol_amount] smallmoney,[ol_supply_w_id] int,[ol_quantity] smallint,[ol_dist_info] char(24) collate Chinese_PRC_CI_AS)with(ROWS_PER_BATCH=500000)
Failing SQL Feature:
sqlserver insert bulk ` can't be parsed
Software Information:
net.sf.jsqlparser.parser.ParseException: Encountered unexpected token: "." "."
at line 1, column 17.
Was expecting one of:
The text was updated successfully, but these errors were encountered: