find_join_path
Find the shortest chain of declared foreign keys between two tables and get ready-to-use JOIN lines.
Instructions
How two tables relate: the shortest chain of declared foreign keys between them, as ready-to-use JOIN lines.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to_table | Yes | ||
| connection | No | ||
| from_table | Yes |