drop_view
Remove an existing view from your CockroachDB database by specifying the view name using the MCP Server tool.
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 |