Document ANY and ALL comparison operators
- Dominant language
- Python
- Stars
- 617
- Forks
- 724
- Avg merge
- 2d 10h
- Merged PRs (30d)
- 223
Description
Change Request
Please answer the following questions before submitting your issue. Thanks!
- Describe what you find is inappropriate or missing in the existing docs.
Not finding how cmp ANY/ALL () works
WHERE a > ANY (<subquery>) is not documented, except indirectly in dev-guide-use-subqueries or explain-subqueries [1],[2] or subquery-optimization.
It is also referenced as 'Expression Syntax' and 'DO' as AnyOrAll
-
Describe your suggestion or addition.
It seems like it should be explain somewhere in 'Functions and Operators' or 'Expression Syntax'. I would suggest a separate page under Functions and Operators like 'Sub Queries' or 'Any and ALL Sub Queries' where it would be explained, as well as syntax explained in 'Expression Syntax, that AnyOrAll just meansANYorALL, with reference to the new page. -
Provide some reference materials (such as documents and websites) if you could.
See above.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.