- ----------------------------------------------------------------------------
- -- cleanup.sql
- --
- -- This script will remove all tables created by the esqlc examples.
- ----------------------------------------------------------------------------
- DROP TABLE shape_test;
- DROP TABLE wkb_test;
- DROP TABLE lots;
- DROP TABLE sensitive_areas;
|