Skip to main content

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.

Was this article helpful?

We're sorry to hear that.