Anonymous Asked in Cars &Transportation · 2 weeks ago

How do you load a table in MySQL?

Contents
mysql> LOAD DATA LOCAL INFILE '/path/pet.txt' INTO TABLE pet; If you created the file on Windows with an editor that uses \r\n as a line terminator, you should use this statement instead: mysql> LOAD DATA LOCAL INFILE '/path/pet.


Related Questions

Relevance
Write us your question, the answer will be received in 24 hours