Updated on 2023-10-23 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 import.

Run the COPY FROM STDIN statement to import data to GaussDB in either of the following ways:

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