Write-Back
The Product supports Data Manipulation Language (DML) statements such as INSERT, UPDATE, and DELETE.
For example, the following INSERT statement is supported:
INSERT INTO MyTable (Col1, Col2) VALUES ("Key", "Value");
The connector also supports Data Definition Language (DDL) statements. Be aware that Database supports specific syntax for DDL statements, and your statements must be written in that syntax. For more information, see "Using Data Definition Language Statements" in Google Database's Standard SQL Query Reference: https://cloud.google.com/bigquery/docs/data-definition-language.
- Features
- Installing and Using the Product
- Configuring the Product on page 1
- Driver Configuration Options on page 1