qlty_negativeValues
Identify columns with negative values in a Teradata table. Specify table name and optional database to get column names containing negative values, with option to persist results as a volatile table.
Instructions
Get the column names that have negative values in a table.
Arguments: database_name - Name of the database (optional, omit if table_name is fully qualified) table_name - Table name to analyze persist - If True, materializes result as a volatile table and returns table name
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table_name | Yes | Table name to analyze | |
| persist | No | If True, materializes result as a volatile table and returns table name | |
| database_name | No | Name of the database (optional, omit if table_name is fully qualified) |