Running the INSERT Statement to Insert Data
Run the INSERT statement to write data into GaussDB(DWS) in either of the following ways:
- Use the client tool provided by GaussDB(DWS) to write data into it.
For details, see section "Inserting Data to a Table."
- Connect to the database using the JDBC or ODBC driver and run the INSERT statement to write data to GaussDB(DWS).
You can add, modify, and delete database transactions for GaussDB(DWS). INSERT is the simplest way to write data. It is applicable to scenarios with small data volume and low concurrency.
Last Article: Example
Next Article: Running the COPY FROM STDIN Statement to Import Data
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.