Renames an existing sequence.
Available in a network database and requires the star$define role.
Parameters:
| Name | Optional | Type | Description |
| old$ | Mandatory | Text | Existing sequence name. |
| new$ | Mandatory | Text | New sequence name. |
Examples:
SELECT rename_sequence('old','new'); -- renames sequence 'old' to 'new'
Tips:
- The star$sequences lists existing sequences
Comments
Article is closed for comments.