4. SQL Statements : COPY : Filename Specification for COPY
 
Share this page                  
Filename Specification for COPY
Filename must be enclosed in single quotation marks; the file specification can include a directory/path name. For COPY INTO, if the file does not exist, COPY creates the file.
Linux: For COPY INTO, if the file already exists, COPY overwrites it.