Note: If you are using SQL Server you would be better served using: WHILE EXISTS(SELECT * FROM #Temp). Using COUNT will have to touch every single row in ...
確定! 回上一頁