Unfortunately FOR LOOP is not there in SQL Server. The alternative way is to use the WHILE LOOP. ... SET @i = @i + 1;. END ; ...
確定! 回上一頁