List Columns
list_columnsLists columns of a table or view with their data types and comments. Uses the current database and schema if not specified.
Instructions
List all columns of a table or view with their types and comments. If database/schema are not specified, uses the current database/schema.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | Table or view name | |
| schema | No | Schema name (defaults to current schema) | |
| database | No | Database name (defaults to current database) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |