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.

Examples

Hello World

In [ ]:
USE AdventureWorks2016

SELECT 'Hello World!'

PRINT 'Hello World!'

Copyright © 2020, Mass Street Analytics, LLC. All Rights Reserved.