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
expected file was wrong.
[csql.git]
/
test
/
sql
/
Join
/
createt1.sql
blob
1b4461ab4492d51d06b0e4ec5bbde7d5b6efccba
1
create table t1(f1 int,f2 int,primary key(f1));
2
insert into t1 values(1,10);
3
insert into t1 values(2,20);
4
insert into t1 values(3,30);
5
insert into t1 values(4,40);
6