repo.or.cz
/
csql.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
*** empty log message ***
[csql.git]
/
test
/
tools
/
csql
/
null7.sql
blob
4b3ab6019ce1c0a6af945accc6b644a2f3627076
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;
9