摘要:
luna@ORCL>comment on table DEPT is '部门表'; --创建表注释 注释已创建。 luna@ORCL>select * from user_tab_comments where table_name='DEPT'; --读取表注释 TABLE_NAME TABLE_T 阅读全文
摘要:
在笔者一段程序中有这样的代码: final int BATCH_SIZE=10000; final String sql=buildSql(...); try(Connection conn=DbUtil.getConn(); PreparedStatement pstmt=conn.prepare 阅读全文