Databases
>
AdventureWorks2019
>
Scalar Functions
> ufnGetPurchaseOrderStatusText
AdventureWorks2019
ufnGetPurchaseOrderStatusText
//
Scalar function returning the text representation of the Status column in the PurchaseOrderHeader table.
Created:
5/8/2023
Modified:
5/8/2023
Parameters
//
Scalar function returning the text representation of the Status column in the PurchaseOrderHeader table.
returns
[nvarchar](15) NULL
//
Input parameter for the scalar function ufnGetPurchaseOrdertStatusText. Enter a valid integer.
@Status
[tinyint] NULL
Definition