Skip to content

Instantly share code, notes, and snippets.

@jesspanni
Created April 24, 2019 12:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jesspanni/08bad98aac30ec2286719f6f846cd467 to your computer and use it in GitHub Desktop.
Save jesspanni/08bad98aac30ec2286719f6f846cd467 to your computer and use it in GitHub Desktop.
BatchSQLScript
USE DATABASE SALES;
USE SCHEMA SALES;
SELECT * FROM LINEITEMS;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment