Insert and update statements
- Last Updated: August 19, 2019
- 1 minute read
- DataDirect Connectors
- JDBC
- Google BigQuery 6.0
- Documentation
The driver supports returning parameter metadata for the following forms of Insert and Update statements:
-
INSERT INTO department (col1, col2, col3) VALUES(?, ?, ?) -
UPDATE employee SET col1=?, col2=?, col3=? WHERE col1operator? [{AND | OR}col2operator?]
where:
- operator
- is any of the following SQL operators:
=,<,>,<=,>=, and<>.