Order By Relational Data
I'm testing out the new relations API and have a slight issue but I'm not sure if this is a limitation of the querying API or if I'm just missing something.
The scenerio is that I have 2 tables with a one-to-one relationship between them on a column. For instance:
I want to be able to order the users by their role name. How I imagined using it would be the following:
Is this possible with the new relational API?
0 Replies