摘要:
create table students (id int not null primary key,names int not null,age int not null); --新建一个表格students,其中id为int类型,非空,主键 --names为int类型,非空 --age为int类 阅读全文
posted @ 2018-07-18 17:05 hanyu柚子露 阅读(97) 评论(0) 推荐(0)
posted @ 2018-07-18 17:05 hanyu柚子露 阅读(97) 评论(0) 推荐(0)