Created
February 6, 2017 07:43
-
-
Save Jammink2/5dba26833dfe61328f0e83fa3e499dab to your computer and use it in GitHub Desktop.
For Splice Machine Tutorial Video – Creating scripts to run SQL commands
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| -- cleaning up after scripts created; | |
| -- to run from splice prompt: | |
| -- be sure you set the schema to SCRIPT | |
| -- splice> set schema SCRIPT; | |
| -- splice> run '/<Path>/<to>/<scripts>/cleanup_scripts.sql'; | |
| drop table DOMAIN_DATA; | |
| drop schema SCRIPT RESTRICT; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment