diff --git a/docs/zh-CN/docs/benchmark/tpch.md b/docs/zh-CN/docs/benchmark/tpch.md index 9ebc3c3bc3..8cfc437083 100644 --- a/docs/zh-CN/docs/benchmark/tpch.md +++ b/docs/zh-CN/docs/benchmark/tpch.md @@ -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 导入数据