EXECUTE v14
The EXECUTE
function executes a parsed SQL command or SPL block.
Parameters
c
Cursor ID of the parsed SQL command or SPL block to execute.
status
Number of rows processed if the SQL command was DELETE
, INSERT
, or UPDATE
. status
is meaningless for all other commands.
Examples
The following anonymous block inserts a row into the dept
table.
- On this page
- Parameters
- Examples