-
SQL TIP ->Other uses of the SQL GO CMD
As most developers know, the SQL GO CMD signals the end of a batch of SQL statements. However, another use of it, is to use it to execute a SQL statement multiple times. Just add a number after it. For instance: Which will execute the Select statement 5 times. Or, something maybe more useful, create… Continue reading