Skip to content

Instantly share code, notes, and snippets.

@mvillegascuellar
Created August 7, 2018 19:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mvillegascuellar/959aa82ac3ff2bc72447dba645a8bd75 to your computer and use it in GitHub Desktop.
Save mvillegascuellar/959aa82ac3ff2bc72447dba645a8bd75 to your computer and use it in GitHub Desktop.
DECLARE @v INT
SET @v = 10
PRINT @v
GO
DECLARE @v INT
SELECT @v = 10
PRINT @v
GO
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment