qlty_negativeValues
Identify columns with negative values in a Teradata table. Provide database and table name to get a list of columns containing any negative numbers.
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 |