Published in: Other
#CSVで入力 LOAD DATA INFILE "~/Desktop/keywords.csv" INTO TABLE keywords FIELDS TERMINATED BY ',' ENCLOSED BY '"';
You need to login to post a comment.
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.
daisuke103 on 02/26/08
Published in: Other
#CSVで入力 LOAD DATA INFILE "~/Desktop/keywords.csv" INTO TABLE keywords FIELDS TERMINATED BY ',' ENCLOSED BY '"';
You need to login to post a comment.