MSCEWI4031
Information for the expression was not found. CAST to STRING used
Severity
Description
Code Example
Input Code:
CREATE FUNCTION GetDepartmentInfo()
RETURNS TABLE
AS
RETURN
(
SELECT DepartmentID, Name, GroupName
FROM HumanResources.Department
);Output Code:
Recommendations
Last updated
