create table stu( id int, sname VARCHAR(20), sex VARCHAR(1), birthday DATETIME)
insert into stu values (0,'zhansgan','n','1994-12-14');