mysql_show_create_view
Retrieve the exact CREATE VIEW DDL statement for a MySQL view.
Instructions
Get the exact CREATE VIEW DDL statement for a MySQL view.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| view | Yes | ||
| database | No | ||
| connectionId | No | Id of the mysql connection to use. Optional when only one mysql connection is configured. |