摘要: //SQL插入字段 String dropTable=”drop table if exists test;”; String columnGid =”alter table test add gid serial;”; String c... 阅读全文
posted @ 2016-12-08 13:50 TTonlyV5 阅读(865) 评论(0) 推荐(0)