Insert and Update statements
- Last Updated: October 30, 2020
- 1 minute read
- DataDirect Connectors
- ODBC
- Oracle Service Cloud 7.1
- Documentation
The Oracle Service Cloud driver supports returning parameter metadata for the following forms of Insert and Update statements:
-
INSERT INTO foo VALUES(?, ?, ?) -
INSERT INTO foo (col1, col2, col3) VALUES(?, ?, ?) -
UPDATE foo SET col1=?, col2=?, col3=? WHERE col1operator? [{AND | OR} -
col2operator?]
where:
- operator
- is any of the following SQL operators:
.=,<,>,<=,>=, and<>