2 # Testing Join on 5 sales tables.
3 # Create table with all datatypes except float and double.
5 # Select records using Group by.
6 # Select records using Group by and having.
7 # Test group by on NULL fields.
8 # Test Aggregate min() on char,date, time and timestamp.
9 # Select records using Group by on multiple fields and having on min(). .
11 QUITFILE
=${PWD}/sql
/Aggregate
/quit.sql
15 REL_PATH
=`pwd`/sql
/Aggregate
18 $CSQL_INSTALL_ROOT/bin
/csql
-o 4 -s ${REL_PATH}/alldatatype.sql
21 $CSQL_INSTALL_ROOT/bin
/csql
-s ${REL_PATH}/dropt1.sql
25 $CSQL_INSTALL_ROOT/bin
/csql
-o 4 -s ${REL_PATH}/char_datetypes_min.sql
28 $CSQL_INSTALL_ROOT/bin
/csql
-s ${REL_PATH}/dropt1.sql
32 $CSQL_INSTALL_ROOT/bin
/csql
-s ${REL_PATH}/dropt1.sql