提交 cfacec96 编写于 作者: G gccgdb1234

doc: fix broken link

上级 c9abe24a
...@@ -40,8 +40,6 @@ CREATE AGGREGATE FUNCTION function_name AS library_path OUTPUTTYPE output_type [ ...@@ -40,8 +40,6 @@ 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).
## Manage UDF ## Manage UDF
- The following statement deleted the specified user-defined function. - The following statement deleted the specified user-defined function.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册