qlty_distinctCategories
Retrieve distinct categories from a specified column in a Teradata database table. Input database, table, and column names to extract unique values and metadata for analysis.
Instructions
Get the destinct categories from column in a table.
Arguments: db_name - name of the database table_name - table name to analyze col_name - column name to analyze
Returns: ResponseType: formatted response with query results + metadata
Input Schema
Name | Required | Description | Default |
---|---|---|---|
col_name | Yes | ||
db_name | Yes | ||
table_name | Yes |