August 24, 2025 in Programming, SQL 1 min read Using SQL 1 2 3 4 5DECLARE @intro AS varchar(100) SET @intro = 'Stay Tuned for blog posts on the topic of SQL' SELECT @intro AS Intro Note This is just a quick example of a note for a piece of code.