docs: add LATERAL derived tables documentation#21613
Conversation
Synced from: pingcap/docs#22583 Target PR: pingcap#21613 AI Provider: azure Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|
Auto-sync completed successfully Source PR: pingcap/docs#22583 Chinese documentation has been updated based on English documentation changes. |
1e76183 to
58e3cd6
Compare
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
| * 降序索引 [#2519](https://github.com/pingcap/tidb/issues/2519) | ||
| * `SKIP LOCKED` 语法 [#18207](https://github.com/pingcap/tidb/issues/18207) | ||
| * 横向派生表 [#40328](https://github.com/pingcap/tidb/issues/40328) | ||
| * 横向派生表(语法已被识别,但尚不支持执行)[#40328](https://github.com/pingcap/tidb/issues/40328)。有关语法的详细信息,请参阅 [LATERAL Derived Tables](/lateral-derived-tables.md)。 |
There was a problem hiding this comment.
| * 横向派生表(语法已被识别,但尚不支持执行)[#40328](https://github.com/pingcap/tidb/issues/40328)。有关语法的详细信息,请参阅 [LATERAL Derived Tables](/lateral-derived-tables.md)。 | |
| * 横向派生表(语法可被解析,但尚不支持执行)[#40328](https://github.com/pingcap/tidb/issues/40328)。有关语法的详细信息,请参阅 [LATERAL Derived Tables](/lateral-derived-tables.md)。 |
|
Close this PR because the corresponding doc changes have been merged in #21757. |
Document the LATERAL derived table syntax support added in pingcap/tidb#67076. Includes a new page with syntax, examples, and current limitations, plus updates to mysql-compatibility.md and TOC.md.
First-time contributors' checklist
What is changed, added or deleted? (Required)
Which TiDB version(s) do your changes apply to? (Required)
Tips for choosing the affected version(s):
By default, CHOOSE MASTER ONLY so your changes will be applied to the next TiDB major or minor releases. If your PR involves a product feature behavior change or a compatibility change, CHOOSE THE AFFECTED RELEASE BRANCH(ES) AND MASTER.
For details, see tips for choosing the affected versions.
What is the related PR or file link(s)?
Do your changes match any of the following descriptions?