Steve Jones - SSC Editor
SSC Guru
Points: 742245
More actions
June 5, 2026 at 12:00 am
#4839206
Comments posted to this topic are about the item Running SQLCMD I
Carlo Romagnano
SSC-Insane
Points: 22917
June 5, 2026 at 7:00 am
#4860441
In this case "GO" is the name of the column:
select @@version go
is the same as
select @@version AS go
or
select go = @@version
Maybe an error is generated if I use semicolon ";"
select @@version; go
Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply