adding test scripts
[csql.git] / test / cache / Bidirectional / exp.test004.ksh
blob3c8e2de308d17e47d3bce04c7b3a05d1f7adf909
1 Log table created in target DB
2 server started
3 echo select * from t1;
4 ---------------------------------------------------------
5 t1.f1 t1.f2
6 ---------------------------------------------------------
7 1 11
8 2 21
9 3 31
10 4 41
11 5 51
12 6 61
13 7 71
14 8 81
15 9 91
16 10 101
18 echo select * from t2;
19 ---------------------------------------------------------
20 t2.f1 t2.f2
21 ---------------------------------------------------------
22 1 11
23 2 21
24 3 31
25 4 41
26 5 51
27 6 61
28 7 71
29 8 81
30 9 91
31 10 101
33 echo select * from t1;
34 ---------------------------------------------------------
35 t1.f1 t1.f2
36 ---------------------------------------------------------
37 1 11
38 2 21
39 3 31
40 4 41
41 5 51
42 6 61
43 7 71
44 8 81
45 9 91
46 10 101
47 12 123
49 echo select * from t2;
50 ---------------------------------------------------------
51 t2.f1 t2.f2
52 ---------------------------------------------------------
53 1 11
54 2 21
55 3 31
56 4 41
57 5 51
58 6 61
59 7 71
60 8 81
61 9 91
62 10 101
63 15 125