You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LOAD DATA LOCAL INFILE '../../Downloads/clean-SDC-data/answers.csv' INTO TABLE answers FIELDS TERMINATED BY ',' ENCLOSED BY '"' LINES TERMINATED BY '\n' IGNORE 1 ROWS (id,question_id,body,date_written,answerer_name,answerer_email,reported,helpful);
UPDATE answers SET date_written = FROM_UNIXTIME(date_written/1000);