摘要: 有一张emp722表结构和数据如下: create table emp722( id number(10), f1 nvarchar2(20), f2 nvarchar2(20), f3 nvarchar2(20), f4 nvarchar2(20), primary key(id) ); inse 阅读全文
posted @ 2022-07-22 16:55 逆火狂飙 阅读(297) 评论(0) 推荐(0)
摘要: 在笔者一段程序中有这样的代码: final int BATCH_SIZE=10000; final String sql=buildSql(...); try(Connection conn=DbUtil.getConn(); PreparedStatement pstmt=conn.prepare 阅读全文
posted @ 2022-07-22 16:21 逆火狂飙 阅读(1730) 评论(0) 推荐(0)