sqlWrite
This method executes an SQL statement that can modify data (INSERT, UPDATE, DELETE) or return data (when the statement includes SELECT, OUTPUT INSERTED, or RETURNING clauses).
Demo
Syntax
Parameters
Parameter
Type
Description
Return Value
Property
Type
Description
Description
Examples
Simple INSERT Statement without Return Value
UPDATE Statement with Custom Options
Statement with Data Return (OUTPUT INSERTED)
Using an External Database Connection
Notes
Last updated