User-defined function: Difference between revisions

Content deleted Content added
"Professinal" to "Professional"
No edit summary
Line 39:
*Scalar functions.
*Inline table-valued functions.
*MultistatementtableMultistatement table-valued functions.
 
Scalar functions return a single data value (not a table) with RETURNS clause. Scalar functions can use all scalar data types, with exception of timestamp and user-defined data types.