[MDEV-25755] Incomplete documentation for the `WITH` clause Created: 2021-05-21 Updated: 2021-06-19 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Documentation |
| Affects Version/s: | N/A |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Trivial |
| Reporter: | Riccardo Paolo Bestetti | Assignee: | Ian Gilfillan |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
|
https://mariadb.com/kb/en/with/ The `WITH` clause supports multiple CTEs in a single statement, e.g.: WITH a AS (SELECT 1), This (as far as I can see) is not documented anywhere. In my opinion, it should be documented at a minimum by changing the documented syntax to reflect the functionality, and optionally by mentioning it explicitly. |