You should try to avoid loops generally. They are normally less efficient than set based solutions as well as less readable. The below should be pretty ...
確定! 回上一頁