October 17, 2017 by pramod thakur in SQL
declare @i int=10 while(@i<=20) begin print @i set @i=@i+1 end
I hope this code is helpful.
Happy coding 🙂