create_query_snippet
Create a reusable SQL snippet by defining a trigger keyword and content, enabling quick insertion of common query parts.
Instructions
Create a new reusable query snippet
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| trigger | Yes | Trigger keyword for the snippet | |
| description | No | Description of the snippet | |
| snippet | Yes | The SQL snippet content |