Write down the T-SQL Script to print then number from 1 to 10? Ans: declare @i int ; set @i = 1 ; while ( @i <= 10 ) Begin...
確定! 回上一頁