sql_check_nulls
Find rows containing NULL values in specified columns to identify missing or incomplete data that may cause bugs, enabling targeted data quality checks and issue resolution.
Instructions
Find rows with NULL values in specified columns. Useful for finding missing/incomplete data that might be causing bugs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | Table name | |
| columns | Yes | List of column names to check for NULLs |