jet icon indicating copy to clipboard operation
jet copied to clipboard

Improving Document about SELECT clause.

Open Q00 opened this issue 1 year ago • 2 comments
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. image

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!

Q00 avatar Jun 30 '24 01:06 Q00