2 Statement execute failed with error
-14
3 Statement Executed
: Rows Affected
= 1
4 Statement Executed
: Rows Affected
= 1
5 echo select count
(f1
) from t1
;
6 ---------------------------------------------------------
8 ---------------------------------------------------------
11 CREATE TABLE t1
(f1 INT NOT NULL
, f2 CHAR
(12) NOT NULL
, f3 INT
);
12 INSERT INTO t1 VALUES
(1, '1',1);
13 INSERT INTO t1 VALUES
(3, '1',3);