-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(docs): update subquery documentation with more information #10361
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @sanderson -- this looks really nice 😍
I think there are a few minor changes that could make this more accurate but overall this is looking 🌶️ 👌
Very nice
Co-authored-by: Andrew Lamb <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome - thank you so much @sanderson 🙏
…che#10361) * chore(docs): update subquery documentation with more details and examples * chore(docs): ran prettier on content updates * Apply suggestions from code review Co-authored-by: Andrew Lamb <[email protected]> * chore(docs): address PR feedback for subqueries * chore(docs): updated subquery doc formatting and style --------- Co-authored-by: Andrew Lamb <[email protected]>
Which issue does this PR close?
This doesn't close an issue, but adds more detailed subquery documentation.
Part of #7013
Rationale for this change
Provides more information about how to use subqueries and what types of subqueries can be used.
What changes are included in this PR?
It just updates the subquery documentation.
Are these changes tested?
All examples in the proposed changes have been tested.
Are there any user-facing changes?
Nothing in the product itself. Just documentation.