Run Non Query
Runs a database command that doesn't return any data, such as INSERT, UPDATE, DELETE, CREATE TABLE, etc.
Category: Database Operations · Group: Database · Activity name: RunNonQuery

Example
RunNonQuery("<db>", "<query>")
Inputs
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| Database variable | reference | Yes | The name of the variable where the database connection was stored. | |
| Query | string | Yes | The query to be processed. |