adding test scripts
[csql.git] / test / cache / Bidirectional / delete.sql
blob394e466cfa6b1356ac9d1792fb579ea1e671b1f6
1 delete from t1 where f1 > 7;
2 delete from t2 where f1 < 7;
3 commit;