8. SQL Statements : COPY
 
Share this page                  
COPY
Valid in: SQL, ESQL, OpenAPI
The COPY statement copies the contents of a table to a data file (COPY INTO) or copies the contents of a file to a table (COPY FROM). For more information on the COPY statement, see Populating Tables in the Database Administrator Guide.
Note:  In OpenAPI, COPY is supported through API calls.