adding test scripts
[csql.git] / test / cache / CacheTable / exp.test023.ksh
blob9da63622cfedcccce26f3cf2a377a5c59102ffe5
1 Table t1 created with 5 records in target DB.
2 cachetable -t t1 -f "f1,f2,f3"
3 select * from t1;
4 ---------------------------------------------------------
5 t1.f1 t1.f2 t1.f3
6 ---------------------------------------------------------
7 1 test 111
8 2 test 222
9 3 test 333
10 4 test 444
11 5 test 555