Skip to content

Commit 8fb6b2a

Browse files
authored
mysql-compatibility.md: Add note about JOIN on subquery (#19868)
1 parent 9ec6fc7 commit 8fb6b2a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mysql-compatibility.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ TiDB 高度兼容 MySQL 协议,以及 MySQL 5.7 和 MySQL 8.0 常用的功能
4848
* 降序索引 [#2519](https://github.com/pingcap/tidb/issues/2519)
4949
* `SKIP LOCKED` 语法 [#18207](https://github.com/pingcap/tidb/issues/18207)
5050
* 横向派生表 [#40328](https://github.com/pingcap/tidb/issues/40328)
51+
* JOIN 的 ON 子句的子查询 [#11414](https://github.com/pingcap/tidb/issues/11414)
5152

5253
## 与 MySQL 有差异的特性详细说明
5354

0 commit comments

Comments
 (0)