qlty_negativeValues
Identify columns with negative values in a specified Teradata table. Provide database and table names to retrieve detailed results, aiding in data quality assessment and analysis.
Instructions
Get the column names that having negative values in a table.
Arguments: db_name - name of the database table_name - table name to analyze
Returns: ResponseType: formatted response with query results + metadata
Input Schema
Name | Required | Description | Default |
---|---|---|---|
db_name | Yes | ||
table_name | Yes |