Programming in MS SQL Server 2012 | ||||||||||||
Built-in FunctionsThe Transact-SQL programming language provides three types of functions. Rowset Function Can be used like table references in an SQL statement. Aggregate Functions Operate on a collection of values but return a single, summarizing data value. Scalar Functions Operate on a single value and then return a single data value. Scalar functions can be used wherever an expression is valid. The following table describes types of scalar functions.
|
* * * * *