Drops an existing database view.
Available in a network database and requires the star$define role.
Parameters:
| Name | Optional | Type | Description |
| view$ | Mandatory | Text | The name of the database view to be dropped. |
Examples:
SELECT drop_view('myview'); -- drops view 'myview'.
Tips:
- The star$views view indicates which views already exist.
Comments
Article is closed for comments.