Lesson 1. Obligatory Hello World

It's not a tutorial without your standard Hello World lesson.

The first example is a query and will show in the Results Panel. The second uses system I/O so it will show up in Messages.

USE AdventureWorks2016

SELECT 'Hello World!'

PRINT 'Hello World!'

Last updated