该文被密码保护。 阅读全文
posted @ 2020-06-11 10:02
晓生夜梦
阅读(0)
评论(0)
推荐(0)
摘要:
一.单表查询 1.创建表 1 create table emp( 2 id int not null unique auto_increment, 3 name varchar(20) not null, 4 sex enum('male','female') not null default 'm 阅读全文
posted @ 2020-06-11 08:42
晓生夜梦
阅读(148)
评论(0)
推荐(0)