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 '/home/ec2-user/snowball/build/resources/main/KOSPI.csv'
REPLACE INTO TABLE snowball_project.stock_detail CHARACTER SET utf8
COLUMNS TERMINATED BY ',' ENCLOSED BY '"' LINES TERMINATED BY '\n' IGNORE 1 LINES
(COMPANY_NAME, ITEM_CODE, CATEGORY, MAIN_PRODUCT, LISTING_DATE, SETTLEMENT_MONTH, REPRESENTATIVE)
No description provided.
The text was updated successfully, but these errors were encountered: