qlty_rowsWithMissingValues
Identify and retrieve rows containing missing values in a specified table and column of a Teradata database for data quality analysis.
Instructions
Get the rows with missing values in a table.
Arguments: database_name - name of the database table_name - table name to analyze column_name - column name to analyze
Returns: ResponseType: formatted response with query results + metadata
Input Schema
Name | Required | Description | Default |
---|---|---|---|
col_name | Yes | ||
database_name | Yes | ||
table_name | Yes |