expected file was wrong.
[csql.git] / test / sql / Join / test015.ksh
blob2f94ed81b024a9bd9118e9ff1dff23025a73ac38
1 #!/bin/sh
2 # Test Case
3 # 10. Create emp table with 5 fields, and insert 3 records in it.
5 # (a)select f1,f7 from t12,t11;
6 # (b)select t11.f1,t12.f7 from t13,t11;
8 # AUTHOR : Jitendra Lenka
10 QUITFILE=${PWD}/sql/Join/quit.sql
11 REL_PATH=.
12 if [ -s "$QUITFILE" ]
13 then
14 REL_PATH=`pwd`/sql/Join
18 $CSQL_INSTALL_ROOT/bin/csql -s $REL_PATH/join31.sql
19 if [ $? -ne 0 ]
20 then
21 exit 1;