Detaches a node from its parent node.
Available in a network database and requires the star$network role.
Parameters:
| Name | Optional | Type | Description |
| node$ | Mandatory | Text | The name of the node to be detached. |
Examples:
SELECT detach_node('mynode'); -- detaches 'mynode' from its parent node
Tips:
- The star$nodes view indicates which nodes exist and the parent nodes they are attached to.
Comments
Article is closed for comments.