mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 07:31:57 +00:00
commit
2f1eca27e9
@ -10,7 +10,7 @@ Creates a user defined function from a lambda expression. The expression must co
|
||||
**Syntax**
|
||||
|
||||
```sql
|
||||
CREATE FUNCTION name AS (parameter0, ...) -> expression
|
||||
CREATE FUNCTION name [ON CLUSTER cluster] AS (parameter0, ...) -> expression
|
||||
```
|
||||
A function can have an arbitrary number of parameters.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user