*** empty log message ***
[csql.git] / test / tools / csql / testnw004.ksh
bloba281ee04b64c6f51a129290db71befdb64322949
1 #!/bin/ksh
2 # Test Case
3 # Creating table with primary key constraint on the int field
4 # check basic SELECT with All types of Predicate
6 QUITFILE=${PWD}/tools/csql/quit.sql
7 REL_PATH=.
8 if [ -s "$QUITFILE" ]
9 then
10 REL_PATH=`pwd`/tools/csql
13 $CSQL_INSTALL_ROOT/bin/csql -o 4 -u root -p manager -s ${REL_PATH}/csql3.sql
14 if [ $? -ne 0 ]
15 then
16 exit 1;
18 exit 0;