Skip to content

irfanghat/SQL-functions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

SQL user defined functions

A user-defined function (UDF) lets you create a function by using a SQL expression. A UDF accepts columns of input, performs actions on the input, and returns the result of those actions as a value. You can define UDFs as either persistent or temporary.

About

SQL user defined functions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published