ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/trunk/examples/scriptengine/tests/Reverseall.sql
Revision: 37
Committed: Mon Feb 15 14:44:25 2016 UTC (8 years, 2 months ago) by tony
Content type: application/sql
File size: 147 byte(s)
Log Message:
Committing updates for Release R1-4-0

File Contents

# Content
1 drop table COUNTRIES;
2 drop View DeptList;
3 drop Procedure MyProc1;
4 drop Procedure MyProc2;
5 drop Procedure MyProc3;
6 Alter Table COUNTRY Drop Image;
7