Netezza COPY Command Syntax and Examples
The Netezza COPY command moves data between IBM Netezza tables and standard file system files, sometimes to standard output. Netezza COPY Command Use the COPY command with a file name to read directly from or write to a file. The nzload command is much faster and stable compared to COPY command. Netezza always recommends using nzload instead of COPY command. Netezza does not recommend using the COPY command. For load/unload operations use the nzload command or CREATE EXTERNAL TABLE commands. These commands are faster and more stable than the COPY…