かずきち。の日記

サーバサイドエンジニアのつぶやき

TSVのロード方法

//テーブルの作成

create table terrestrial(program_id int,date DATE,channel int,title CHAR(255),description CHAR(255),otherinfo CHAR(255),genre CHAR(255),start_time TIME,duration int,end_time TIME,tvokoku_genre1 CHAR(255),tvokoku_genre2 CHAR(255));

//TSVの場合は気にしなくていいよ

LOAD DATA INFILE "tsv.tsv" INTO TABLE terrestrial;


error4,error533をそれぞれ検出。