adding test scripts
[csql.git] / test / tools / csql / null7.sql
blob4b3ab6019ce1c0a6af945accc6b644a2f3627076
1 echo update t1 set f1=f1+NULL;
2 update t1 set f1=f1+NULL;
3 echo commit;
4 commit;
5 echo select * from t1;
6 select * from t1;
7 echo drop table t1;
8 drop table t1;