[DOC](fix) fix hyperlink to create tpch table (#25561)

This commit is contained in:
XueYuhai
2023-10-19 03:22:50 -05:00
committed by GitHub
parent d0d9c4267d
commit 68eaba7220

View File

@ -186,7 +186,7 @@ export DB='tpch1'
```shell
sh create-tpch-tables.sh
```
或者复制 [create-tpch-tables.sql](https://github.com/apache/doris/tree/master/tools/tpch-tools/ddl/create-tpch-tables.sql) 中的建表语句,在 Doris 中执行。
或者复制 [create-tpch-tables.sql](https://github.com/apache/doris/blob/master/tools/tpch-tools/ddl/create-tpch-tables-sf100.sql) 中的建表语句,在 Doris 中执行。
### 7.4 导入数据