Page 1 of 1

Is there an equivalent to the SQL Management Studio "GO" Command?

Posted: Wed Nov 13, 2019 6:13 pm
by evato
Does anyone know if there is an equivalent to the SQL Management Studio command of "GO" ?

I had tried to run a script that had a "GO" statement in it, but PrimalSQL had returned a Incorrect syntax near 'Go' response.

https://docs.microsoft.com/en-us/sql/t- ... rver-ver15

Re: Is there an equivalent to the SQL Management Studio "GO" Command?

Posted: Thu Nov 14, 2019 7:14 am
by brittneyr
GO is not a SQL keyword. It's a batch separator used by client tools (like SSMS) to break the entire script up into batches. You'll have to break up the script into batches yourself.

You are welcome to file a feature request here and we will see what we can do:
https://www.sapien.com/requests