Replies: 1 comment
-
we don't have support for sub query table yet |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Say I have a details table
I want to get all the
details
records that the same user on the same date have bought both items specified 2 items (eg.item_id IN ("1", "2")
.I can use a window function in a subquery:
I also want to use
rel.Repository.Iterate
to get the final record in 500 items per batch.How can I use current
rel
APIs to do so?Beta Was this translation helpful? Give feedback.
All reactions