Open
Description
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:
"("
"OUTPUT"
"SET"
"VALUE"
"VALUES"
"WITH"
<K_SELECT>