qlty_negativeValues
Identify columns with negative values in a specified Teradata table to ensure data quality. Input database and table names to receive formatted results with query output and metadata for analysis.
Instructions
Get the column names that having negative values in a table.
Arguments: database_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 |
---|---|---|---|
database_name | Yes | ||
table_name | Yes |