根据MySQL表数据导出INSERT INTO语句的方法(4)

public static void main(String[] args) throws Exception {
        //String file1 = "/config/export_sqlite_data_clear.cfg";
        //executeSelectSQLFile(file1, null);

String file2 = "/config/export_sqlite_data_select.cfg";
        executeSelectSQLFile(file2, null);

}
}

代码中应用的cfg文件形式:

select * from t_chapter
select * from t_question_type

使用中目前未发现什么问题,如有BUG,请各位大神改进。

--------------------------------------分割线 --------------------------------------

Ubuntu 14.04下安装MySQL

《MySQL权威指南(原书第2版)》清晰中文扫描版 PDF

Ubuntu 14.04 LTS 安装 LNMP Nginx\PHP5 (PHP-FPM)\MySQL

Ubuntu 14.04下搭建MySQL主从服务器

Ubuntu 12.04 LTS 构建高可用分布式 MySQL 集群

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/a4d468a6dbe02c0e7563254c1604969b.html