find_duplicates
Identify duplicate rows in a table by checking specified columns or all columns, helping to clean and analyze data.
Instructions
Find duplicate rows in a table.
Args: table_name: Name of the table to check columns: Comma-separated column names to check for duplicates, or "all" for all columns
Returns: Information about duplicate rows found
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| columns | No | all | |
| table_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |