Example: while loop sql /* while loop SQL Server */ DECLARE @Counter INT SET @Counter = 1 WHILE (@Counter <= 10) BEGIN PRINT 'The counter value is = ' + ...
確定! 回上一頁