How to call a scalar function in a stored procedure

后端 未结 4 961
逝去的感伤
逝去的感伤 2021-01-01 10:48

I am wacking my head over the problem with this code.

DECLARE @root hierarchyid
DECLARE @lastchild hierarchyid
SELECT @root = NodeHierarchyID FROM NodeHierar         


        
4条回答
提交回复
热议问题