Merge pull request #48799 from ClickHouse/create-function-fix

Fix CREATE FUNCTION title
This commit is contained in:
robot-clickhouse-ci-1 2023-04-14 23:45:55 +02:00 committed by GitHub
commit 584b21ff94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@ sidebar_position: 38
sidebar_label: FUNCTION
---
# CREATE FUNCTION — user defined function (UDF)
# CREATE FUNCTION - user defined function (UDF)
Creates a user defined function from a lambda expression. The expression must consist of function parameters, constants, operators, or other function calls.