blob: b6ec188cb5cf5bd1737eae34f5be3cc96b36897b [file] [log] [blame]
vinayakb38b7ca42012-03-05 05:44:15 +00001// Each statement (except for the second "use" statement) should throw an exception.
2
3//drop nodegroup group1;
4
5//drop dataverse fuzzyjoin;
6
7//use dataverse fuzzy;
8
9//use dataverse custord;
10
11//drop index Cust.ord;
12
13//drop index Customers.ord;
14
15//drop type AddressType;
16
17//drop type CustomerType;
18
19//drop type StreetType;
20
21//drop dataset DBLP;