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/questions.csv' INTO TABLE questions FIELDS TERMINATED BY ',' ENCLOSED BY '"' LINES TERMINATED BY '\n' IGNORE 1 ROWS (id,product_id,body,date_written,asker_name,asker_email,reported,helpful);
UPDATE questions SET date_written = FROM_UNIXTIME(date_written/1000);