[typo](docs) fix lakehouse doc 404 (#29299)
This commit is contained in:
@ -214,4 +214,4 @@ You can use the `FOR TIME AS OF` and `FOR VERSION AS OF` statements to read hist
|
||||
|
||||
`SELECT * FROM iceberg_tbl FOR VERSION AS OF 868895038966572;`
|
||||
|
||||
In addition, you can use the [iceberg_meta](../../sql-manual/sql-functions/table-functions/iceberg_meta.md) table function to query the snapshot information of the specified table.
|
||||
In addition, you can use the [iceberg_meta](../../sql-manual/sql-functions/table-functions/iceberg-meta.md) table function to query the snapshot information of the specified table.
|
||||
|
||||
@ -701,7 +701,7 @@ CREATE CATALOG jdbc_oceanbase PROPERTIES (
|
||||
```
|
||||
|
||||
:::tip
|
||||
When Doris connects to OceanBase, it will automatically recognize that OceanBase is in MySQL or Oracle mode. Hierarchical correspondence and type mapping refer to [MySQL](#MySQL) and [Oracle](#Oracle)
|
||||
When Doris connects to OceanBase, it will automatically recognize that OceanBase is in MySQL or Oracle mode. Hierarchical correspondence and type mapping refer to [MySQL](#mysql) and [Oracle](#oracle)
|
||||
:::
|
||||
|
||||
## JDBC Drivers
|
||||
|
||||
@ -214,5 +214,5 @@ CREATE CATALOG iceberg PROPERTIES (
|
||||
|
||||
`SELECT * FROM iceberg_tbl FOR VERSION AS OF 868895038966572;`
|
||||
|
||||
另外,可以使用 [iceberg_meta](../../sql-manual/sql-functions/table-functions/iceberg_meta.md) 表函数查询指定表的 snapshot 信息。
|
||||
另外,可以使用 [iceberg_meta](../../sql-manual/sql-functions/table-functions/iceberg-meta.md) 表函数查询指定表的 snapshot 信息。
|
||||
|
||||
|
||||
@ -702,7 +702,7 @@ CREATE CATALOG jdbc_oceanbase PROPERTIES (
|
||||
```
|
||||
|
||||
:::tip
|
||||
Doris 在连接 OceanBase 时,会自动识别 OceanBase 处于 MySQL 或者 Oracle 模式,层级对应和类型映射参考 [MySQL](#MySQL) 与 [Oracle](#Oracle)
|
||||
Doris 在连接 OceanBase 时,会自动识别 OceanBase 处于 MySQL 或者 Oracle 模式,层级对应和类型映射参考 [MySQL](#mysql) 与 [Oracle](#oracle)
|
||||
:::
|
||||
|
||||
## JDBC Driver 列表
|
||||
|
||||
Reference in New Issue
Block a user