03 2013 档案
摘要:数据库表表值函数create function [dbo].[GetDirectionIDList] (@id int,@BuyerOrgID int)returns @t table(id int)asbegin insert @t select DirectionID from dbo.gpo_direction where ParentID = @id and BuyerOrgID = @BuyerOrgID while @@rowcount > 0 insert @t select a.DirectionID from gpo_direction as a inner join
阅读全文
浙公网安备 33010602011771号