vinayakb | 38b7ca4 | 2012-03-05 05:44:15 +0000 | [diff] [blame^] | 1 | // 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; |