DECLARE @x int
/*
-- */
SET @x = 1
-- /*
--*/ SET @x = 2
PRINT @x
Question: after running the statement above, what will the output be?
- 1
- 2
- Null
- An error occurs.
Focuses on SQL Server, especially T-SQL development and programming, with the aim of presenting projects and problems in SQL Server and the thought process behind delivering a solution.
No comments:
Post a Comment