Issue using GO T-SQL keyword

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)

Hello!

We have created CR#96560 and will fix it.

Thanks!

Kind regards, Julia.

Thanks Julia