8. 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.
UNIX: For COPY INTO, if the file already exists, COPY overwrites it.
VMS: For COPY INTO, if the file already exists, COPY creates another version of the file.