Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- DECLARE @cnt INT = 0;
- WHILE @cnt < 99
- BEGIN
- SELECT 1;
- SET @cnt = @cnt + 1;
- END;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement