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
mysql->CREATE TABLE ratings(userId INT NOT NULL,movieId INT NOT NULL PRIMARY KEY AUTO_INCREMENT,rating DECIMAL(3,1) NOT NULL);
mysql> load data local infile "e:/Moviedatabase/hhhh.csv" into table ratings fields terminated by ','
-> enclosed by '"'
-> lines terminated by '\n'
-> (userId,movieId,rating);
执行到这一部分指令就报3948,真的没办法了
The text was updated successfully, but these errors were encountered: