Home
SQL Server / T-SQL
Aggregate Functions
Analytical Functions
Constraints
Cursor
Data Set
Data Type
Database
Date Timezone
Index
Insert Delete Update
Math Functions
Select Query
Sequence
Store Procedure Function
String Functions
Subquery
System
Table
Table Joins
Transact SQL
Transaction
Trigger
View
XML
Function Return « Store Procedure Function « SQL Server / T-SQL
SQL Server / T-SQL
Store Procedure Function
Function Return
1.
Return int value from function
2.
Return a table-join result
3.
Table join with data returned from function
4.
Function Returning a Scalar Value
5.
Use defined function (UDFs) That Return a Table
6.
Function returning a sub table
7.
Return the result of a query from a function