windows changes
[csql.git] / test / tools / csql / exp.testnw021.ksh
blob651a395ea89b798c78903ba59f904f5353222772
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 (12) 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