Skip to content

Instantly share code, notes, and snippets.

View artrapp's full-sized avatar

Angela Williams-Trapp artrapp

View GitHub Profile
@mjswart
mjswart / Polly.sql
Created May 4, 2017 18:52
Scarlet Macaw
use tempdb
go
if (object_id('paths') is not null) drop table paths;
if (object_id('colorMapping') is not null) drop table colorMapping;
if (object_id('polygons') is not null) drop table polygons;
create table paths
(
color char(7),