Order by on Joined Tables
I am attempting to do an order by for a joined table
I want to query
This is a simplified example of the schema, denormalizing would make sense here, but I purposely excluded the rest of the columns/relations to make reading easier
Any help would be appreciated!
I want to query
playerItem with an order by on player.lastName descending. I don't see any examples in the documentation on how to do this or if Drizzle allows it.This is a simplified example of the schema, denormalizing would make sense here, but I purposely excluded the rest of the columns/relations to make reading easier
Any help would be appreciated!