drop_view
Remove an existing view from CockroachDB by specifying its name. This tool simplifies database management by enabling quick deletion of redundant or outdated views.
Instructions
Drop an existing view.
Args: view_name (str): Name of the view to drop.
Returns: A success message or an error message.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
view_name | Yes |