Update function.md

This commit is contained in:
rfraposa 2023-04-14 14:36:28 -06:00
parent 4684ef3987
commit 85d7b43c2b

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.