欢迎来到无荨的博客

想一千次,不如去做一次。如果自己不努力,那么这一辈子只可能在原地踏步!
摘要: --创建学生表 create table students ( id int unsigned not null auto_increment primary key, name varchar(20) default '', age tinyint unsigned default 0, high 阅读全文
posted @ 2019-11-18 07:49 无荨 阅读(3269) 评论(0) 推荐(0) 编辑