Data Import Using COPY FROM STDIN
This method is applicable to low-concurrency scenarios where a small volume of data is to be imported.
Run the COPY FROM STDIN statement to import data to GaussDB(DWS) in either of the following ways:
- Write data into GaussDB(DWS) by typing.
- Import data from a file or database to GaussDB(DWS) through the CopyManager interface driven by JDBC. You can use any parameters in the COPY syntax.
Last Article: Running the COPY FROM STDIN Statement to Import Data
Next Article: Introduction to the CopyManager Class
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.