mysql相關操作
將文本文件導入mysql數據庫
load data local infile "e:/data.txt" into table water fields terminated by ',' lines terminated by '\r\n';
posted on 2016-12-17 10:17 風飛揚(windfly) 閱讀(78) 評論(0) 編輯 收藏 所屬分類: 數據庫
風飛揚個人博客——專注Java
posted on 2016-12-17 10:17 風飛揚(windfly) 閱讀(78) 評論(0) 編輯 收藏 所屬分類: 數據庫