adding test scripts
[csql.git] / test / tools / csql / default_now_non_time.sql
blob1294e362105ae188477550942fd0db771ce43861
1 echo CREATE TABLE t1(f1 INT DEFAULT 'now', f2 SMALLINT DEFAULT 'now', f3 TINYINT DEFAULT 'now', f4 BIGINT DEFAULT 'now', f5 FLOAT DEFAULT 'now', f6 DOUBLE DEFAULT 'now');
2 CREATE TABLE t1(f1 INT DEFAULT 'now', f2 SMALLINT DEFAULT 'now', f3 TINYINT DEFAULT 'now', f4 BIGINT DEFAULT 'now', f5 FLOAT DEFAULT 'now', f6 DOUBLE DEFAULT 'now');