Wednesday, September 26, 2012

DECLARE local variables in MSSQL

DECLARE @foo int = 4
DECLARE @bar int = 14

No comments:

Post a Comment