Skip to content

Instantly share code, notes, and snippets.

@Jammink2
Created February 6, 2017 07:43
Show Gist options
  • Select an option

  • Save Jammink2/5dba26833dfe61328f0e83fa3e499dab to your computer and use it in GitHub Desktop.

Select an option

Save Jammink2/5dba26833dfe61328f0e83fa3e499dab to your computer and use it in GitHub Desktop.
For Splice Machine Tutorial Video – Creating scripts to run SQL commands
-- 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