Joins spanning multiple schemas. Need advise on how this can also be supported without custom query #134
Replies: 2 comments 14 replies
-
Let's try to narrow down the problem. Now there is a metadata cache that has schema, table, columns, and constraints.
We can make this work by simply ignoring schema to find a list of employees in a certain department. |
Beta Was this translation helpful? Give feedback.
-
One possiblity is that Explicit Join (id=id)
|
Beta Was this translation helpful? Give feedback.
-
We would like to support Joins spanning multiple schemas. Currently you can do this with a custom query. However, it would be nice to have a way to express this without a custom query. What might the query syntax look like?
REFERENCES:
Beta Was this translation helpful? Give feedback.
All reactions