common.h added to support AbsSqlConnection and AbsSqlStatement creations
[csql.git] / test / cache / Bidirectional / insert.sql
blob7671cbfa25d318f5ab5ac4698383b28d97a4cbd5
1 insert into t1 values(12,123);
2 insert into t2 values(15,125);
3 commit;