Help Center> GaussDB> Distributed_2.x> Importing Data> Running the INSERT Statement to Insert Data
Updated on 2023-10-23 GMT+08:00

Running the INSERT Statement to Insert Data

Run the INSERT statement to write data into GaussDB in either of the following ways:

  • Use the client tool provided by GaussDB to write data into it.

    For details, see Inserting Data to a Table.

  • Connect to the database using the JDBC or ODBC driver and run the INSERT statement to write data into GaussDB.

    For details, see Connecting to a Database.

You can add, modify, and delete database transactions for GaussDB. INSERT is the simplest way to write data and applies to scenarios with small data volume and low concurrency.