adding test scripts
[csql.git] / test / cache / CacheTable / cre_ins_sybase.sql
blob362b2005210f0868d5db21dabb91b86e9a1b5ada
1 create table t1(f1 int);
2 insert into t1 values(1);
3 select * from t1;