Hi!
I want to load a CSV-File into my database.
I just thought that it should go like this:
LOAD DATA INFILE 'Myfile.csv'
INTO TABLE mytable
FIELDS TERMINATED BY ';'
LINES TERMINATED BY '\n'
but he says only: "Syntax Error"
Does anyone can help me? What's wrong? Does this Instruction exists in MS-SQL?
I'm lucky with each answer,
thx.
I want to load a CSV-File into my database.
I just thought that it should go like this:
LOAD DATA INFILE 'Myfile.csv'
INTO TABLE mytable
FIELDS TERMINATED BY ';'
LINES TERMINATED BY '\n'
but he says only: "Syntax Error"
Does anyone can help me? What's wrong? Does this Instruction exists in MS-SQL?
I'm lucky with each answer,
thx.