Actions
Execute Query
Executes a query on the mysql database and returns the results
Input
Property | Type | Required | Description |
---|---|---|---|
timezone | SHORT_TEXT | No | Timezone for the mysql server to use |
query | SHORT_TEXT | Yes | The query string to execute, use ? for arguments |
args | ARRAY | No | Can inserted in the query string using ? |