*** empty log message ***
[csql.git] / test / sqlapi / Csql / DMLStmt / exp.test017
blob99454372f2bab5e68c38efe6b278ff397aa2753b
1 Connection opened
2 CREATE TABLE t1(f1 TINYINT,f2 SMALLINT,f3 INT,f4 BIGINT,f5 CHAR(10),f6 FLOAT,f7 DOUBLE,f8 DATE,f9 TIME,f10 TIMESTAMP);
3 Table Name is t1
4 SELECT COUNT(*) FROM t1;
5 t1.COUNT(*)
6 -----------
7   5000 
8 Table t1 dropped
9 Connection Closed