This function is used by an agent process to append a message from a source.
A user would not normally use this function.
Available in a node instance database and requires the star$append role.
Parameters:
| Name | Optional | Type | Description |
| message$ | Mandatory | Text | The message text to be appended. |
Examples:
SELECT append_source('20170101 10:11:09.031,17.1;'); -- appends a message from 'temp-123'.
Comments
Article is closed for comments.