- ----------------------------------------------------------------------------
- -- cleanup.sql
- --
- -- This script will remove all tables created by the odbc examples.
- ----------------------------------------------------------------------------
- DROP TABLE shape_test;
- DROP TABLE wkb_test;
- DROP TABLE islands;
- DROP TABLE hazardous_sites;
- DROP TABLE lots;
- DROP TABLE sensitive_areas;
- DROP TABLE sewers;
- DROP TABLE species_sitings;
- DROP TABLE waterways;
|