执行更新语句,报错:could not execute native bulk manipulation query

2024-11-29 01:51:56
推荐回答(1个)
回答1:

1、String sql = "UPDATE sie.sie_boe_headers SET attribute5 = 'Y'
FROM sie
WHERE boe_header_id in ("+ ids +")";
2、ids是什么内容,构造的SQL语句可能有错,跟踪一下吧