Help for this page
CREATE TABLE t1 ( int x default 100, ... INSERT INTO t1 (y) VALUES (1); SELECT * FROM t1;