adding test scripts
[csql.git] / test / tools / Pagesize / drop_8tab.sql
blob805636c31d67eedb7aa3c7105e47a94f64748821
1 echo DROP TABLE t1;
2 DROP TABLE t1;
3 echo DROP INDEX idx1;
4 DROP INDEX idx1;
5 echo DROP TABLE t2;
6 DROP TABLE t2;
7 echo DROP INDEX idx2;
8 DROP INDEX idx2;
9 echo DROP TABLE t3;
10 DROP TABLE t3;
11 echo DROP TABLE t5;
12 DROP TABLE t5;
13 echo DROP TABLE t4;
14 DROP TABLE t4;
15 echo DROP TABLE t7;
16 DROP TABLE t7;
17 echo DROP TABLE t6;
18 DROP TABLE t6;
19 echo DROP TABLE t8;
20 DROP TABLE t8;