Hi,
Could someone please point out to me what is wrong with the way I am using the COPY utility?
Here is what I typed:
COPY 2 RECORDS
INTO my_table FROM (C:\MyDir\MyFile.txt)
USING DELIMITERS
field_separator ','
record_separator ',';
I got this error:
!syntax error, unexpected IDENT, expecting STRING in: "copy 2 records
!into my_table from (c"
0 tuples