Hi all,
I need to import data from csv to sql table.
I tried this but this is showing error near the path of the file.can any one tell what is missing or what is wrong in the below query
LOAD DATA INFILE "c:\test.csv" INTO TABLE F43121
FIELDS TERMINATED BY ','
LINES TERMINATED BY '\n'
Thanks