910e62b5创建于 1月15日历史提交
create table t1(one smallint);
insert into t1 values(1);
select * from t1;