🚧 Variables & Expressions

🚧 Coming soon: Variable scope, defaults, and expression tips.

-- Placeholder
DECLARE @n INT = 42;
SELECT @n AS Answer;