CREATE TABLE #bapp
(
fldParentID int,
fldForumsID int,
fldName nvarchar(200)
)
DECLARE @next INT
SET @next=@lngForumsID
WHILE @next <> 0
BEGIN
--Sätt in värdet i temporärtabellen
--Hämta det nya värdet till @next
END
SELECT * FROM #bapp
260 ms totalt · 4 externa anrop · v20260731065814-full.81e7e81c