repo.or.cz
/
csql.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
modified
[csql.git]
/
test
/
sql
/
Join
/
exp.test006.ksh
blob
2409b9827f2e38aa0911a2f97a1ca1f9ad6f2961
1
echo
select
*
from t1
,
t2 where t1.f1
=
t2.f100
;
2
Statement prepare failed with error
-19
3