adding test scripts
[csql.git] / test / tools / csql / exp.test140.ksh
blobde3653ebd8d821b790fdb29816ff7271c07d326e
1 echo CREATE TABLE t1(f1 INT DEFAULT '2009-07-29 01:01:01', f2 SMALLINT DEFAULT '2009-07-29 01:01:01', f3 TINYINT DEFAULT '2009-07-29 01:01:01', f4 BIGINT DEFAULT '2009-07-29 01:01:01', f5 FLOAT DEFAULT '2009-07-29 01:01:01', f6 DOUBLE DEFAULT '2009-07-29 01:01:01');
2 Statement prepare failed with error -19
3 Statement Executed