-
The table has a key value that refers to itself, so you want to join the same table. Is this a function currently available? example
|
Beta Was this translation helpful? Give feedback.
Answered by
weiznich
Apr 21, 2021
Replies: 1 comment 1 reply
-
You would need to provide your own alias extension to the query builder, otherwise this is not supported yet using the built-in dsl. #1611 has some details on possible solutions. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
myyrakle
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You would need to provide your own alias extension to the query builder, otherwise this is not supported yet using the built-in dsl. #1611 has some details on possible solutions.