jet
jet copied to clipboard
Improving Document about SELECT clause.
trafficstars
Describe the bug There are no descriptions about using multiple WHERE clauses in the SELECT section. It’s common to use multiple conditions in queries, but this documentation lacks examples or explanations.
I found that using .AND in WHERE is described in the SubQuery section, but it should also be in the SELECT documentation.
Environment (please complete the following information): Docs
- https://github.com/go-jet/jet/wiki/SELECT
- https://github.com/go-jet/jet/wiki/Subquery#lateral-queries
Code snippet
- None
Expected behavior Please consider adding descriptions and examples of using multiple conditions with AND() in the SELECT section.
Let me know if you need any more help!