merge_tables
Combine two tables by automatically detecting key columns, then apply inner, left, right, or full join to create a unified output table.
Instructions
Умный JOIN двух таблиц с авто-детекцией ключей.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table_a | Yes | ||
| table_b | Yes | ||
| join_type | No | inner | |
| key_columns | No | ||
| output_table | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |