base_columnDescription
Retrieves column details for any table or view in Teradata, with optional filtering by database and table name and support for materializing results.
Instructions
Shows detailed column information about a database table or view.
Arguments: database_name - Database name. Defaults to '%' (all databases). obj_name - Table or view name. Defaults to '%' (all tables). persist - If True, materializes result as a volatile table and returns table name
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| persist | No | If True, materializes result as a volatile table and returns table name | |
| database_name | No | Database name. Defaults to '%' (all databases). | % |
| obj_name | No | Table or view name. Defaults to '%' (all tables). | % |