exp changes for char and varchar size issue fix
[csql.git] / test / tools / csql / exp.testnw021.ksh
blob13fea31161c60f66d114dec52f5a05a8a38b8845
1 Network CSql
2 Statement Executed
3 Statement execute failed with error -14
4 Statement Executed: Rows Affected = 1
5 Statement Executed: Rows Affected = 1
6 echo select count(f1) from t1;
7 ---------------------------------------------------------
8 COUNT(f1)
9 ---------------------------------------------------------
12 CREATE TABLE t1 (f1 INT NOT NULL , f2 CHAR (10) NOT NULL , f3 INT );
13 INSERT INTO t1 VALUES(1, '1',1);
14 INSERT INTO t1 VALUES(3, '1',3);
15 Network CSql
16 Statement Executed