Skip to content

Instantly share code, notes, and snippets.

@vmleon
Last active January 14, 2021 16:16
Show Gist options
  • Save vmleon/615c6404b912e346398573307da6f3f0 to your computer and use it in GitHub Desktop.
Save vmleon/615c6404b912e346398573307da6f3f0 to your computer and use it in GitHub Desktop.
Oracle Spatial Example: Warehouses and Branches, clean statements
DROP TABLE BRANCHES;
DROP TABLE WAREHOUSES;
DELETE FROM USER_SDO_GEOM_METADATA;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment