We Recommend

Effective Tcl/Tk Programming: Writing Better Programs with Tcl and Tk Effective Tcl/Tk Programming: Writing Better Programs with Tcl and Tk
Shows how to build Tcl/Tk applications effectively. Teaches how to: create interactive displays with canvas widget, create customized editors with the text widget, handle data structures, interface with existing applications and more.


Posted By

daisuke103 on 02/26/08


Tagged

sql import textmate csv xls


Versions (?)


SQL CSV でMySQLにデータ入力


Published in: Other 


  1. #CSVで入力
  2. LOAD DATA INFILE "~/Desktop/keywords.csv" INTO TABLE keywords FIELDS TERMINATED BY ',' ENCLOSED BY '"';

Report this snippet 

You need to login to post a comment.