Replies: 2 comments 3 replies
-
|
@DKSCIcat Piccolo automatically handles joins using |
Beta Was this translation helpful? Give feedback.
2 replies
-
|
Great explanation @sinisaos! The reasoning behind LEFT JOIN as default makes total sense for ORM use cases. For anyone coming from raw SQL who wants to experiment with different JOIN types before implementing in Piccolo, I'd recommend:
The raw SQL escape hatch is a great feature for edge cases like FULL OUTER JOIN or complex self-joins! |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Confused about join queries in the documentation? Not quite sure how to use multiple join queries?
Beta Was this translation helpful? Give feedback.
All reactions