Help Center> Data Warehouse Service> Developer Guide> Data Import> Running the INSERT Statement to Insert Data

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.