Many people are not aware of it but you can suffix the GO keyword with a number to make the preceding statment execute x number of times
SELECT NEWID()
GO 5
The number is being flagged by TOAD’s T-SQL parser as an error when it is not (the same query executes perfectly in SSMS)