Copy csv file error

Copper Contributor

Hello 

I am a newcomer to SQL. Not to easy to learn by myself. I am trying to load data that is in a csv file into a table in my database, but I keep getting this error

 

Msg 156, Level 15, State 1, Line 1
Incorrect syntax near the keyword 'FROM'.

 

and I am using this query statement. 

 

COPY AR_Seismic_Data FROM'\G:\14_VisualStudio\SeismicData.csv' DELIMITER '|';

 

Does anyone see what I am doing wrong??

Any help would be greatly appreciated thanks.

Jerry

0 Replies