Updated on 2025-09-19 GMT+08:00

Data Import Using COPY FROM STDIN

This method is applicable to low-concurrency scenarios where a small volume of data is to be imported.

Use either of the following methods to write data to DWS using the COPY FROM STDIN statement:

  • Write data into DWS by typing.
  • Import data from a file or database to DWS through the CopyManager interface driven by JDBC. You can use any parameters in the COPY syntax.