Skip to content

SQL

Using SQL

1
2
3
4
5
DECLARE @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.