未验证 提交 a860f6ca 编写于 作者: W wade zhang 提交者: GitHub

Merge pull request #20037 from taosdata/docs/dingbo/fixlink-udf

docs: fix broken link
...@@ -41,7 +41,7 @@ CREATE AGGREGATE FUNCTION function_name AS library_path OUTPUTTYPE output_type [ ...@@ -41,7 +41,7 @@ CREATE AGGREGATE FUNCTION function_name AS library_path OUTPUTTYPE output_type [
```sql ```sql
CREATE AGGREGATE FUNCTION l2norm AS "/home/taos/udf_example/libl2norm.so" OUTPUTTYPE DOUBLE bufsize 8; CREATE AGGREGATE FUNCTION l2norm AS "/home/taos/udf_example/libl2norm.so" OUTPUTTYPE DOUBLE bufsize 8;
``` ```
For more information about user-defined functions, see [User-Defined Functions](../../develop/udf). For more information about user-defined functions, see [User-Defined Functions](/develop/udf).
## Manage UDF ## Manage UDF
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册