I have an existing table with 15,492 rows and want to add additional rowsfrom a .csv file. If I use 'COPY <tablename> from <filename> with delimiteras ":" csv quote as "'" ' will this overwrite existing rows in the table orappend rows?
Rich