Ordering foreign key table by another foreign key #3065
-
Description of issueI´d like to implement a query which returns the list of all films with all nominations ordered by competitions year. I tried e.g. this:
The error indicates that the nested syntax Can somebody confirm or correct this please? Thank you very much! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Does it work this way?
The embedded resource should be called directly without the |
Beta Was this translation helpful? Give feedback.
-
Hi @laurenceisla! Thank you for your suggestion. It just worked as you described. Great 👍! Is it correct that this cannot be nested further? E.g. if I would query for all directors including their films with the same data format/order as described above. Thank you for you help! |
Beta Was this translation helpful? Give feedback.
Does it work this way?
The embedded resource should be called directly without the
nominations(...)
wrapper (it's already specified innominations.order=
).